README.zh-CN.md 257 B

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