marc-leopold/app
ray b9035d308a proxy works on page load, not on navigation 2019-02-26 11:23:16 +02:00
..
api folder structure 2019-02-24 16:42:27 +00:00
assets folder structure 2019-02-24 16:42:27 +00:00
components folder structure 2019-02-24 16:42:27 +00:00
layouts folder structure 2019-02-24 16:42:27 +00:00
middleware folder structure 2019-02-24 16:42:27 +00:00
mixins folder structure 2019-02-24 16:42:27 +00:00
pages folder structure 2019-02-24 16:42:27 +00:00
plugins folder structure 2019-02-24 16:42:27 +00:00
static folder structure 2019-02-24 16:42:27 +00:00
store folder structure 2019-02-24 16:42:27 +00:00
.editorconfig folder structure 2019-02-24 16:42:27 +00:00
.eslintrc.js folder structure 2019-02-24 16:42:27 +00:00
Dockerfile frontend working 2019-02-25 23:05:03 +02:00
README.md folder structure 2019-02-24 16:42:27 +00:00
nuxt.config.js proxy works on page load, not on navigation 2019-02-26 11:23:16 +02:00
package.json fix: @nuxtjs/dotenv moved to correct directory 2019-02-25 18:37:38 +00:00
yarn.lock fix: @nuxtjs/dotenv moved to correct directory 2019-02-25 18:37:38 +00:00

README.md

MarcLeopold

Marc Leopold Website

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# build for production and launch server
$ yarn run build
$ yarn start

# generate static project
$ yarn run generate

For detailed explanation on how things work, checkout Nuxt.js docs.