Go to file
ManjaroOne666 622e25ec4a box shadow on thumbs-list 2019-02-13 13:06:16 +00:00
assets ThumbNav more prominent 2019-02-13 12:47:21 +00:00
components box shadow on thumbs-list 2019-02-13 13:06:16 +00:00
layouts Merge branch 'master' of ssh://gitlab.isnet.uk:666/vue/marc-leopold 2019-02-02 17:16:48 +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 api calls implemented 2019-02-12 12:41:44 +00:00
plugins vuelidate 2019-01-14 13:09:48 +00:00
static open graph images 2019-02-05 12:37:29 +00:00
store api calls implemented 2019-02-12 12:41:44 +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 box shadow on thumbs-list 2019-02-13 13:06:16 +00:00
nuxt.config.js axios and proxy modules 2019-02-06 12:45:22 +00:00
package.json axios and proxy modules 2019-02-06 12:45:22 +00:00
yarn.lock axios and proxy modules 2019-02-06 12:45:22 +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.