Vue3项目搭建

81 阅读1分钟

框架搭建

安装常用的框架

  • 安装Node
node -v
npm install vue-router@4
npm install element-plus --save
npm install process
npm install axios