yangkaihong 5ea18a89e6 添加财务备注 il y a 3 ans
..
.vscode fb4eb6a18e 测试 il y a 4 ans
public fb4eb6a18e 测试 il y a 4 ans
src 5ea18a89e6 添加财务备注 il y a 3 ans
.dockerignore fb4eb6a18e 测试 il y a 4 ans
.editorconfig fb4eb6a18e 测试 il y a 4 ans
.eslintignore fb4eb6a18e 测试 il y a 4 ans
.eslintrc.js fb4eb6a18e 测试 il y a 4 ans
.gitattributes fb4eb6a18e 测试 il y a 4 ans
.gitignore fb4eb6a18e 测试 il y a 4 ans
.prettierrc fb4eb6a18e 测试 il y a 4 ans
Dockerfile fb4eb6a18e 测试 il y a 4 ans
LICENSE fb4eb6a18e 测试 il y a 4 ans
README.md dfb250ad9d 删除不必要的文件 il y a 3 ans
index.html fb4eb6a18e 测试 il y a 4 ans
nginx.conf fb4eb6a18e 测试 il y a 4 ans
package-lock-1.json fb4eb6a18e 测试 il y a 4 ans
package-lock-2.json dfb250ad9d 删除不必要的文件 il y a 3 ans
package.json dfb250ad9d 删除不必要的文件 il y a 3 ans
tsconfig.json fb4eb6a18e 测试 il y a 4 ans
vite.config.ts fb4eb6a18e 测试 il y a 4 ans
yarn-error.log fb4eb6a18e 测试 il y a 4 ans
yarn.lock dfb250ad9d 删除不必要的文件 il y a 3 ans

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