We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vue] vue-cli3你有使用过吗?它和2.x版本有什么区别?
The text was updated successfully, but these errors were encountered:
Vue CLI 的包名称由 vue-cli 改成了 @vue/cli vue cli 3 npm install -g @vue/cli vue create hello-world
vue cli 2.x npm install -g vue-cli vue init webpack my-project
Sorry, something went wrong.
vue-cli3.0 将webpack的配置集成了进来,使用vue-cli3.0创建的项目在配置webpack的时候可以直接在vue.config.js里面配置。既可以用chainwebpack的链式语法也可以直接在configureWebpack字段内直接写webpack原生的配置。
No branches or pull requests
[vue] vue-cli3你有使用过吗?它和2.x版本有什么区别?
The text was updated successfully, but these errors were encountered: