当前位置:   article > 正文

Vue3 安装_need to install the following packages:

need to install the following packages:

一、Vue3是什么?

1.1 代码组织方式发生变化

vue2选项式api { data(){},methods:{},watch:{},computed.... }

vue3组合式api

1.2 vue3底层使用typescript实现

1.3 数据绑定发生变化

vue2 Object.defineProperty() 不能实现对象和数组监听

vue3 Proxy

1.4 。。。

二、如何创建Vue3项目

2.1 vue-cli实现

环境要求:

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

  1. vue create 项目名称
  2. 第一步:
  3. ? Please pick a preset:
  4. vue_admin_shop_prject ([Vue 2] dart-sass, babel, router, vuex, eslint)
  5. Default ([Vue 2] babel, eslint)
  6. Default (Vue 3) ([Vue 3] babel, eslint)
  7. ❯ Manually select features //手动安装
  8. 第二步:
  9. ? Check the features needed for your project:
  10. ◉ Choose Vue versio
本文内容由网友自发贡献,转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/1000290
推荐阅读
相关标签
  

闽ICP备14008679号