倚楼听风雨 e863eaa681 10.17 hace 3 años
..
.vscode 57415ec34c 第一次提交 hace 3 años
public 57415ec34c 第一次提交 hace 3 años
src e863eaa681 10.17 hace 3 años
.dockerignore 57415ec34c 第一次提交 hace 3 años
.editorconfig 57415ec34c 第一次提交 hace 3 años
.eslintignore 57415ec34c 第一次提交 hace 3 años
.eslintrc.js 57415ec34c 第一次提交 hace 3 años
.gitattributes 57415ec34c 第一次提交 hace 3 años
.gitignore 57415ec34c 第一次提交 hace 3 años
.prettierrc 57415ec34c 第一次提交 hace 3 años
Dockerfile 57415ec34c 第一次提交 hace 3 años
LICENSE 57415ec34c 第一次提交 hace 3 años
README.md 57415ec34c 第一次提交 hace 3 años
index.html 57415ec34c 第一次提交 hace 3 años
nginx.conf 57415ec34c 第一次提交 hace 3 años
package-lock-1.json 57415ec34c 第一次提交 hace 3 años
package-lock-2.json 57415ec34c 第一次提交 hace 3 años
package.json ee93236c17 1 hace 3 años
tsconfig.json 57415ec34c 第一次提交 hace 3 años
vite.config.ts 57415ec34c 第一次提交 hace 3 años
yarn-error.log 57415ec34c 第一次提交 hace 3 años
yarn.lock ee93236c17 1 hace 3 años

README.md

cool-admin [vue3 - ts - vite]

安装项目依赖

推荐使用 yarn

yarn

解决 node-sass 网络慢的方法:

yarn config set sass-binary-site http://npm.taobao.org/mirrors/node-sass

运行应用程序

安装过程完成后,运行以下命令启动服务。您可以在浏览器中预览网站 http://localhost:9000

yarn dev