数字人管理平台
You can not select more than 25 topics 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