Vue is a progressive JavaScript framework for building user interfaces. Unlike other large frameworks, Vue is designed to be applied layer by layer from bottom to top. The core library of Vue only focuses on the view layer, which facilitates integration with third-party libraries or existing projects.
Vue-CLI
- 安装 @vue/cli
npm install -g @vue/cli
卸载 @vue/clinpm uninstall -g @vue/cli
查看 vue 版本vue --version
安装全局扩展(只适用于快速原型开发)npm install -g @vue/cli-service-global
创建项目vue create PROJECT_NAME
在项目中添加插件vue add eslint
使用临时服务器运行npm run serve
打包项目npm run build

...
...
00:00
00:00
If you like this blog or find it useful for you, you are welcome to comment on it. You are also welcome to share this blog, so that more people can participate in it. If the images used in the blog infringe your copyright, please contact the author to delete them. Thank you !