Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 257 Bytes

README.zh-CN.md

File metadata and controls

28 lines (18 loc) · 257 Bytes

Install and use

  • Get the project code 8.4
git clone https://github.com/jeecg/vue3-jeecg-admin.git
  • Installation dependencies
cd vue3-jeecg-admin

yarn install
  • run
yarn serve
  • build
yarn build