数字人管理平台
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