Go to file
ManjaroOne666 5ad171c467 contact form background image 2019-01-30 20:35:05 +00:00
assets proper svg icons 2019-01-30 16:59:31 +00:00
components menu background images not loaded on mobile 2019-01-30 20:08:51 +00:00
layouts site menu complete 2019-01-16 22:55:56 +00:00
middleware initial commit 2019-01-02 21:11:40 +00:00
mixins removed common method loadImage into mixin 2019-01-13 21:33:55 +00:00
pages contact form background image 2019-01-30 20:35:05 +00:00
plugins vuelidate 2019-01-14 13:09:48 +00:00
static contact form background image 2019-01-30 20:35:05 +00:00
store initial commit 2019-01-02 21:11:40 +00:00
.editorconfig initial commit 2019-01-02 21:11:40 +00:00
.eslintrc.js update rules 2019-01-03 14:48:48 +00:00
.gitignore initial commit 2019-01-02 21:11:40 +00:00
README.md initial commit 2019-01-02 21:11:40 +00:00
TODO.md deleted unneeded comments 2019-01-30 20:06:55 +00:00
nuxt.config.js navigation icons implemented 2019-01-30 13:12:36 +00:00
package.json navigation icons implemented 2019-01-30 13:12:36 +00:00
yarn.lock navigation icons implemented 2019-01-30 13:12:36 +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.