D:\web\vue\learn\webpack\01-webpack的使用\02-webpack的配置>webpack
No configuration file found and no output filename configured via CLI option.
A configuration file could be named 'webpack.config.js' in the current directory.
Use --help to display the CLI options.
D:\web\vue\learn\webpack\01-webpack的使用\02-webpack的配置>webpack
Hash: 63093816a3e40b019ec1
Version: webpack 3.6.0
Time: 40ms
Asset Size Chunks Chunk Names
bundle.js 3.48 kB 0 [emitted] main
[0] ./src/main.js 241 bytes {0} [built]
[1] ./src/mathUtils.js 175 bytes {0} [built]
[2] ./src/info.js 47 bytes {0} [built]
啦啦啦啦cli3跑起来~
Microsoft Windows [版本 10.0.17763.864]
(c) 2018 Microsoft Corporation。保留所有权利。
D:\web\vue\learn\CLI>vue create testvuecli3
? Your connection to the default npm registry seems to be slow.
Use https://registry.npm.taobao.org for faster installation? No
Vue CLI v4.1.1
? Please pick a preset: Manually select features
? Check the features needed for your project: Babel
? Where do you prefer placing config for Babel, ESLint, etc.? In dedicated config files
? Save this as a preset for future projects? No
Vue CLI v4.1.1
✨ Creating project in D:\web\vue\learn\CLI\testvuecli3.
� Initializing git repository...
⚙ Installing CLI plugins. This might take a while...
> core-js@3.4.8 postinstall D:\web\vue\learn\CLI\testvuecli3\node_modules\core-js
> node -e "try{require('./postinstall')}catch(e){}"
> ejs@2.7.4 postinstall D:\web\vue\learn\CLI\testvuecli3\node_modules\ejs
> node ./postinstall.js
added 1105 packages from 820 contributors and audited 18727 packages in 62.575s
found 0 vulnerabilities
� Invoking generators...
� Installing additional dependencies...
added 3 packages from 1 contributor and audited 18732 packages in 6.097s
found 0 vulnerabilities
⚓ Running completion hooks...
� Generating README.md...
� Successfully created project testvuecli3.
� Get started with the following commands:
$ cd testvuecli3
$ npm run serve
网友评论