31
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

322 B

tp-admin

安装使用

  • 获取项目代码
git clone https://github.com/pure-admin/vue-pure-admin.git
or
git clone https://gitee.com/yiming_chang/vue-pure-admin.git
  • 安装依赖
cd vue-pure-admin

pnpm install

  • 运行
pnpm serve
  • 打包
pnpm build