vue-cli’s templates include webpack and webpack-simple. The former is a more complex and professional project, and its configuration is not all placed in webpack.config.js in the root directory. webpack-simple is relatively simple. It only has webpack.config.js in the root directory. The webpack-simple project link is below https://github.com/vuejs-temp...
vue-cli The projects generated now are all vue2.x by default, and there are basically no compatibility issues. It is recommended to read the redme documentation carefully...
The vue init webpack command does not seem to generate the webpack.config.js file
npm uninstall is the uninstall command
For vue2.X, it is best to use vue-router2.x
vue-cli’s templates include webpack and webpack-simple. The former is a more complex and professional project, and its configuration is not all placed in webpack.config.js in the root directory. webpack-simple is relatively simple. It only has webpack.config.js in the root directory. The webpack-simple project link is below
https://github.com/vuejs-temp...
vue-cli The projects generated now are all vue2.x by default, and there are basically no compatibility issues. It is recommended to read the redme documentation carefully...