nuxt multiple
1.0.0
Nuxt.js 入门项目模板,无需复杂的开发环境的干扰。
确保安装了node 8.0+
和npm 5.0+
这是 vue-cli 的项目模板。
$ vue init muhibbudins/nuxt-multiple my-project
$ cd my-project
# install dependencies
$ npm install # Or yarn install
确保使用 vue-cli >= 2.1 的版本 (
vue -V
)。
# serve with hot reloading at localhost:3000
$ npm run dev # Or yarn dev
转到 http://localhost:3000
# build for production and launch the server
$ npm run build
$ npm start
该模板已包含: