Skip to content

ka2jun8/nuxt-pluto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

64bedad · Aug 24, 2019

History

56 Commits
Dec 18, 2018
Jan 24, 2019
Feb 5, 2019
Jan 28, 2019
Jan 17, 2019
Jan 3, 2019
Feb 10, 2019
Jan 19, 2019
Jan 19, 2019
Dec 19, 2018
Jan 6, 2019
Jan 19, 2019
Jan 23, 2019
Dec 17, 2018
Dec 19, 2018
Dec 17, 2018
Jan 14, 2019
Jan 23, 2019
Jan 19, 2019
Jun 3, 2019
Aug 24, 2019

Repository files navigation

nuxt-pluto

Boilerplate for nuxt projects

Inspired by Redux-pluto

Include basic features:

  • SSR
  • Auth
  • Vuex
  • Mock API (agreed)
  • etc...

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run start

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

# generate static project
$ npm run generate

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