Go to file
ManjaroOne666 ec40c66dc9 featured images displayed 2019-01-10 14:08:58 +00:00
assets moved z-index values to _globals 2019-01-04 10:55:55 +00:00
components featured images displayed 2019-01-10 14:08:58 +00:00
layouts moved z-index values to _globals 2019-01-04 10:55:55 +00:00
middleware initial commit 2019-01-02 21:11:40 +00:00
pages update gallery/image names 2019-01-10 13:13:47 +00:00
plugins initial commit 2019-01-02 21:11:40 +00:00
static initial commit 2019-01-02 21:11:40 +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 thumbnail rows (large devices) shown when active 2019-01-09 14:12:30 +00:00
nuxt.config.js initial commit 2019-01-02 21:11:40 +00:00
package.json initial commit 2019-01-02 21:11:40 +00:00
yarn.lock initial commit 2019-01-02 21:11:40 +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.