marc-leopold/app
ManjaroOne666 fd9d1aed0a fix: @nuxtjs/dotenv moved to correct directory 2019-02-25 18:37:38 +00: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 update 2019-02-25 13:30:56 +00:00
README.md folder structure 2019-02-24 16:42:27 +00:00
nuxt.config.js fix: environment variables - now using @nuxtjs/dotenv 2019-02-25 18:31:31 +00: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.