windows环境搭建Vue3.0开发环境

1.编译环境可以参考:https://www.cnblogs.com/parkerchen/p/15135982.html

2.创建项目:vue create xxxx

3.创建router:vue add router

4.安装element-plus:npm i element-plus

5.使用element-plus:

6.使用axios:npm i axios

原文地址:https://www.cnblogs.com/parkerchen/p/15544956.html