e 6b1d6970f9 vue3项目 il y a 2 ans
..
mock 83442fb740 vue3 il y a 2 ans
public 83442fb740 vue3 il y a 2 ans
src 6b1d6970f9 vue3项目 il y a 2 ans
.eslintignore 83442fb740 vue3 il y a 2 ans
.eslintrc.js 83442fb740 vue3 il y a 2 ans
.gitignore 83442fb740 vue3 il y a 2 ans
.prettierrc.js 83442fb740 vue3 il y a 2 ans
LICENSE 83442fb740 vue3 il y a 2 ans
README.md 83442fb740 vue3 il y a 2 ans
admin-api_OpenAPI.json 83442fb740 vue3 il y a 2 ans
index.html 83442fb740 vue3 il y a 2 ans
jsconfig.json 83442fb740 vue3 il y a 2 ans
package.json 83442fb740 vue3 il y a 2 ans
postcss.config.js 83442fb740 vue3 il y a 2 ans
vite.config.js 6b1d6970f9 vue3项目 il y a 2 ans

README.md

安装依赖

npm install

建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题

npm install --registry=https://registry.npm.taobao.org

启动服务

npm start


## 打包发布

bash npm run build ```