从0到1搭建后台管理系统(Vue3 + Vite4 + TypeScript + Element Plus + Pinia + Vue Router )

发布时间 2023-05-16 16:53:40作者: WEB前端小菜鸟

参考有来:https://www.cnblogs.com/haoxianrui/p/17331952.html

Node 16+ 版本大于16【问题一:目前我是14.18.2的版本npm是6.14.15版本,这就涉及到要切换node版本的问题,不然我安装了16我的vue2项目就启动不了了】

vscode插件市场搜索 Vue Language Features (Volar) 和 TypeScript Vue Plugin (Volar) 安装,且禁用 Vetur

 然后启动项目,