nuxt-app-demo
My mind-blowing Nuxt.js project
feature
- follow latest vue, next-vue-cli , vue-router vuex
- use less for style
- 增加国际化配置,使用 i18n,配置具体使用方式见插件中的 i18n
- 图表使用vue-chartjs 页面见/examples/chart
- UI 库使用 element 按需加载 对应使用组件在 plugins 里
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.