/nuxtjs-theming

This Repo belongs to an article series on medium.org and demonstrates the techniques shown there.

Primary LanguageVue

nuxtjs-theming

This Repo belongs to an article series on medium.org and demonstrates the techniques shown there.

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev
# or with the example themed applied at localhost:3001
$ npm run dev:themed

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

# generate static project
$ npm run generate

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