Açıklama Yok

ith5 6eea8d9a9e 1 7 ay önce
public af1589f3eb 换下icon 11 ay önce
src 6eea8d9a9e 1 7 ay önce
.env 655d4c8c84 1 8 ay önce
.env.development 655d4c8c84 1 8 ay önce
.env.production 655d4c8c84 1 8 ay önce
.gitignore 9e6b4b1b21 不提交env 9 ay önce
LICENSE 6be8e98ea7 first commit 11 ay önce
README.md 6be8e98ea7 first commit 11 ay önce
index.html 9bd7814ba2 登录界面 7 ay önce
jsconfig.json 6be8e98ea7 first commit 11 ay önce
package.json b09ee4a624 修改密码,监测容易被破解的密码 8 ay önce
postcss.config.cjs 6be8e98ea7 first commit 11 ay önce
tailwind.config.cjs 6be8e98ea7 first commit 11 ay önce
tsconfig.json 6be8e98ea7 first commit 11 ay önce
vite.config.js 6be8e98ea7 first commit 11 ay önce
yarn.lock b09ee4a624 修改密码,监测容易被破解的密码 8 ay önce

README.md

简介

Saidmin Vue 5.x

安装使用

  • 获取代码

    git clone https://github.com/saithink/saiadmin-vue.git
    

git clone https://gitee.com/appsai/saiadmin-vue.git

git clone https://gitcode.com/saigroup/saiadmin-vue.git
  • 安装依赖

    cd saiadmin-vue && yarn install
    
  • 运行

    yarn dev
    
  • 打包

    yarn build