? Project name demo ? Project description A Vue.js project ? Author Koorye ? Vue build standalone ? Install vue-router? Yes ? Use ESLint to lint your code? No ? Set up unit tests No ? Setup e2e tests with Nightwatch? No ? Should we run `npm install` for you after the project has been created? (recommended) npm
Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library! The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: > https://opencollective.com/core-js > https://www.patreon.com/zloirock Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -) > ejs@2.7.4 postinstall D:\demo\node_modules\ejs > node ./postinstall.js Thank you for installing EJS: built with the Jake JavaScript build tool (https://jakejs.com/) > uglifyjs-webpack-plugin@0.4.6 postinstall D:\demo\node_modules\webpack\node_modules\uglifyjs-webpack-plugin > node lib/post_install.js ... added 1279 packages from 672 contributors in 62.825s 29 packages are looking for funding run `npm fund` for details # Project initialization finished! # ======================== To get started: cd demo npm run dev Documentation can be found at https://vuejs-templates.github.io/webpack
启动项目
输入npm start即可。
1 2 3 4 5 6 7 8 9 10 11 12 13 14
PS D:\demo> npm start > demo@1.0.0 start D:\demo > npm run dev
> demo@1.0.0 dev D:\demo > webpack-dev-server --inline --progress --config build/webpack.dev.conf.js 13% building modules 27/31 modules 4 active ...=template&index=0!D:\demo\src\App.vue{ parser: "babylon" } is deprecated; we now treat it as { parser: "babel" }. 95% emitting
DONE Compiled successfully in 6563ms 0:42:06
I Your application is running here: http://localhost:8080