node express nuxt mongodb boilerplate
1.0.0
Nuxt.js 項目
# 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有關工作原理的詳細說明,請查看 Nuxt.js 文件。