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
此範本已包含: