数字人管理平台
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
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