## Install and use - Get the project code 8.4 ```bash git clone https://github.com/jeecg/vue3-jeecg-admin.git ``` - Installation dependencies ```bash cd vue3-jeecg-admin yarn install ``` - run ```bash yarn serve ``` - build ```bash yarn build ```