4月
28
安装vue-cli
vue-cli最新版支持vue3和vue2项目的创建➜ cnpm install -g @vue/vue-cli ➜ vue create vue2project Vue CLI v5.0.4 ? Please pick a preset: (Use arrow keys) ❯ Default ([Vue 3] babel, eslint) Default ([Vue 2] babel, eslint) Manually select features
在创建项目的时候选择Vue2
即可
如果不希望使用最新版的cli可以安装只支持vue2的clie
cnpm install -g @vue/cli@3.10.0
Read the rest of this entry