副课程
Nuxt.js Udemy课程
构建设置
# 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
有关工作原理的详细说明,
Vue-Cli
一个Vue.js项目
构建设置
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
有关如何工作的详细说明,请参阅。