No Description

ith5 6583210044 游戏搜索选择 7 months ago
public af1589f3eb 换下icon 10 months ago
src 6583210044 游戏搜索选择 7 months ago
.env 655d4c8c84 1 7 months ago
.env.development 655d4c8c84 1 7 months ago
.env.production 655d4c8c84 1 7 months ago
.gitignore 9e6b4b1b21 不提交env 9 months ago
LICENSE 6be8e98ea7 first commit 10 months ago
README.md 6be8e98ea7 first commit 10 months ago
index.html 6fd4bf7260 去除框架标识 10 months ago
jsconfig.json 6be8e98ea7 first commit 10 months ago
package.json d6f88368b3 修改无用的代码 10 months ago
postcss.config.cjs 6be8e98ea7 first commit 10 months ago
tailwind.config.cjs 6be8e98ea7 first commit 10 months ago
tsconfig.json 6be8e98ea7 first commit 10 months ago
vite.config.js 6be8e98ea7 first commit 10 months ago
yarn.lock 6be8e98ea7 first commit 10 months ago

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