Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 182 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 182 Bytes

环境要求

  • Node.js >= 12

安装使用

  • 依赖安装
cd vue3-admin-jeecg

yarn install
  • 运行
yarn serve
  • 构建
yarn build