![]()
Some checks reported errors
continuous-integration/drone/push Build was killed
移除了项目中的 Dockerfile 文件。该文件包含了以下内容: - 使用 Node.js LTS 版本的 Alpine Linux 作为基础镜像 - 设置工作目录为 /build - 配置 Node-Sass 和 npm 镜像地址 - 复制 package.json 文件并运行 yarn - 复制项目文件并执行构建 - 切换到 nginx 镜像,创建 / |
||
---|---|---|
.vscode | ||
build/cool | ||
public | ||
src | ||
.dockerignore | ||
.drone.yml | ||
.editorconfig | ||
.env | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.hintrc | ||
.prettierrc | ||
index.html | ||
LICENSE | ||
nginx.conf | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
stats.html | ||
tsconfig.json | ||
vite.config.mts |
cool-admin [vue3 - ts - vite]
cool-admin 一个很酷的后台权限管理系统,开源免费,模块化、插件化、极速开发 CRUD,方便快速构建迭代后台管理系统, 到文档 进一步了解
地址
演示
账户:admin,密码:123456
项目后端
https://github.com/cool-team-official/cool-admin-midway
微信群
安装项目依赖
推荐使用 yarn
:
yarn
运行应用程序
安装过程完成后,运行以下命令启动服务。您可以在浏览器中预览网站 http://localhost:9000
yarn dev