数字人管理平台
選択できるのは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