数字人管理平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
yk 7878e92586 init 2 年前
..
.husky init 2 年前
build init 2 年前
nginx/conf init 2 年前
public init 2 年前
src init 2 年前
types init 2 年前
.editorconfig init 2 年前
.env init 2 年前
.env.development init 2 年前
.env.production init 2 年前
.env.test init 2 年前
.eslintignore init 2 年前
.eslintrc.js init 2 年前
.gitattributes init 2 年前
.gitignore init 2 年前
.gitpod.yml init 2 年前
.prettierignore init 2 年前
.stylelintignore init 2 年前
Dockerfile init 2 年前
LICENSE init 2 年前
README.md init 2 年前
commitlint.config.js init 2 年前
index.html init 2 年前
package.json init 2 年前
postcss.config.js init 2 年前
prettier.config.js init 2 年前
stylelint.config.js init 2 年前
tsconfig.json init 2 年前
vite.config.ts init 2 年前
windi.config.ts init 2 年前

README.md

安装使用

  • 获取项目代码
git clone https://gitee.com/xueyitiantang/MultiSaas.git
  • 安装依赖
cd multi-ui

pnpm install
  • 运行
vite
  • 打包
cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts