暂无描述

ith5 04e845b8c7 添加权限 10 月之前
public 6be8e98ea7 first commit 10 月之前
src 04e845b8c7 添加权限 10 月之前
.env d6f88368b3 修改无用的代码 10 月之前
.env.development 6be8e98ea7 first commit 10 月之前
.env.production 6be8e98ea7 first commit 10 月之前
.gitignore 6be8e98ea7 first commit 10 月之前
LICENSE 6be8e98ea7 first commit 10 月之前
README.md 6be8e98ea7 first commit 10 月之前
index.html 6be8e98ea7 first commit 10 月之前
jsconfig.json 6be8e98ea7 first commit 10 月之前
package.json d6f88368b3 修改无用的代码 10 月之前
postcss.config.cjs 6be8e98ea7 first commit 10 月之前
tailwind.config.cjs 6be8e98ea7 first commit 10 月之前
tsconfig.json 6be8e98ea7 first commit 10 月之前
vite.config.js 6be8e98ea7 first commit 10 月之前
yarn.lock 6be8e98ea7 first commit 10 月之前

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