Frontend: Basic framework

This commit is contained in:
Leon Etienne (ubuntu wsl)
2020-09-27 21:05:58 +02:00
parent 37cc321708
commit 1f13487fca
11 changed files with 1642 additions and 225 deletions

View File

@@ -2,9 +2,15 @@ export default {
// Target (https://go.nuxtjs.dev/config-target)
target: 'static',
generate: {
dir: "web"
},
// Global page headers (https://go.nuxtjs.dev/config-head)
head: {
title: 'tubio-frontend-nuxt-app',
title: 'Tubio - Video downloader',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
@@ -16,7 +22,8 @@ export default {
},
// Global CSS (https://go.nuxtjs.dev/config-css)
css: [
scss: [
"~/assets/scss/main.scss"
],
// Plugins to run before rendering page (https://go.nuxtjs.dev/config-plugins)