31
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
PC-20230628KUOD\Administrator 263a91ec16 feat: 测试提交 2 years ago
.husky init web2.0 2 years ago
.vscode init web2.0 2 years ago
build init web2.0 2 years ago
mock init web2.0 2 years ago
public init web2.0 2 years ago
src 取消未定义事件判断 2 years ago
types init web2.0 2 years ago
.dockerignore init web2.0 2 years ago
.editorconfig init web2.0 2 years ago
.env init web2.0 2 years ago
.env.development init web2.0 2 years ago
.env.production init web2.0 2 years ago
.env.staging init web2.0 2 years ago
.eslintignore init web2.0 2 years ago
.eslintrc.js init web2.0 2 years ago
.gitignore init web2.0 2 years ago
.markdownlint.json init web2.0 2 years ago
.npmrc init web2.0 2 years ago
.prettierrc.js init web2.0 2 years ago
.stylelintignore init web2.0 2 years ago
Dockerfile init web2.0 2 years ago
LICENSE init web2.0 2 years ago
README.md feat: 测试提交 2 years ago
commitlint.config.js init web2.0 2 years ago
index.html init web2.0 2 years ago
package.json fix bugs 2 years ago
pnpm-lock.yaml init web2.0 2 years ago
postcss.config.js init web2.0 2 years ago
stylelint.config.js init web2.0 2 years ago
tailwind.config.js init web2.0 2 years ago
tsconfig.json init web2.0 2 years ago
vite.config.ts init web2.0 2 years ago

README.md

tp-admin

安装使用

  • 获取项目代码
git clone https://github.com/pure-admin/vue-pure-admin.git
or
git clone https://gitee.com/yiming_chang/vue-pure-admin.git
  • 安装依赖
cd vue-pure-admin

pnpm install

  • 运行
pnpm serve
  • 打包
pnpm build