数字人管理平台
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
yk 7878e92586 init 2 yıl önce
..
.husky init 2 yıl önce
build init 2 yıl önce
nginx/conf init 2 yıl önce
public init 2 yıl önce
src init 2 yıl önce
types init 2 yıl önce
.editorconfig init 2 yıl önce
.env init 2 yıl önce
.env.development init 2 yıl önce
.env.production init 2 yıl önce
.env.test init 2 yıl önce
.eslintignore init 2 yıl önce
.eslintrc.js init 2 yıl önce
.gitattributes init 2 yıl önce
.gitignore init 2 yıl önce
.gitpod.yml init 2 yıl önce
.prettierignore init 2 yıl önce
.stylelintignore init 2 yıl önce
Dockerfile init 2 yıl önce
LICENSE init 2 yıl önce
README.md init 2 yıl önce
commitlint.config.js init 2 yıl önce
index.html init 2 yıl önce
package.json init 2 yıl önce
postcss.config.js init 2 yıl önce
prettier.config.js init 2 yıl önce
stylelint.config.js init 2 yıl önce
tsconfig.json init 2 yıl önce
vite.config.ts init 2 yıl önce
windi.config.ts init 2 yıl önce

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