We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
本项目采用了pnpm,所以nodejs版本需要在16.14以上,安装pnpm
npm install -g pnpm
然后安装依赖
pnpm install
安装完成,运行项目
pnpm run serve
打包项目
pnpm run build