- 获取项目代码
git clone https://github.com/zhangyuanliang/vue3-admin-template.git
- NodeJs
版本 16.17.1
- 安装依赖
cd vue3-admin-template
yarn install
- 运行
yarn start
- 打包
yarn build
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.