赞
踩
1.1 代码组织方式发生变化
vue2选项式api { data(){},methods:{},watch:{},computed.... }
vue3组合式api
1.2 vue3底层使用typescript实现
1.3 数据绑定发生变化
vue2 Object.defineProperty() 不能实现对象和数组监听
vue3 Proxy
1.4 。。。
环境要求:
1.node -v v16.13.0 //不能低于v14+,推荐node v16+ 2.npm -v 8.1.0 3.vue -V @vue/cli 4.5.15 //不能低4.5
如果vue -V 显示未定义,报错,需要安装vue脚本架
npm i -g @vue/cli
- vue create 项目名称
- 第一步:
- ? Please pick a preset:
- vue_admin_shop_prject ([Vue 2] dart-sass, babel, router, vuex, eslint)
- Default ([Vue 2] babel, eslint)
- Default (Vue 3) ([Vue 3] babel, eslint)
- ❯ Manually select features //手动安装
-
-
- 第二步:
- ? Check the features needed for your project:
- ◉ Choose Vue versio
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。