The de facto nuxt-seed repo for building universal apps with Vue, Vuex, ES6, Webpack 2 and CSS framework Bulma
This repo serves as a minimal seed for those looking to get up-and-running with Vue and Nuxt
These are its features:
- Flexible application structure
- A ready-to-go build system for working with ES6
- Uses state management pattern Vuex
- Uses modern CSS framework based on Flexbox Bulma
- Refreshing the browser and rebuilding on file changes
- Written based on Vue and Vuex documentation
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev
# 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 the Nuxt.js docs.
enjoy — Nuxt-seed