更新说明

This commit is contained in:
icssoa 2021-03-30 18:33:07 +08:00
parent b603cc571f
commit 6a98fa6cca

View File

@ -1,3 +1,5 @@
# cool-admin [vue3 - ts - webpack]
<p align="center">
<a href="https://show.cool-admin.com/" target="blank"><img src="https://admin.cool-js.com/logo.png" width="200" alt="cool-admin Logo" /></a>
</p>
@ -12,11 +14,11 @@
## 地址
- [⚡️ vue2.x + element-ui(免费商用,支持 PC、平板、手机](https://github.com/cool-team-official/cool-admin-vue)
- [⚡️ vue2.x + element-ui](https://github.com/cool-team-official/cool-admin-vue)
- [⚡️ vue3.x + element-plus + ts + webpack(免费商用,支持 PC、平板、手机](https://github.com/cool-team-official/cool-admin-vue/tree/vue3-ts-webpack)
- [⚡️ vue3.x + element-plus + ts + webpack](https://github.com/cool-team-official/cool-admin-vue/tree/vue3-ts-webpack)
- [📌 vue3.x + element-plus + ts + vite测试中]()
- [📌 vue3.x + element-plus + ts + vite](https://github.com/cool-team-official/cool-admin-vue/tree/vue3-ts-vite)
- [🌐 码云仓库地址](https://gitee.com/cool-team-official/cool-admin-vue)
@ -63,5 +65,5 @@ yarn config set sass-binary-site http://npm.taobao.org/mirrors/node-sass
安装过程完成后,运行以下命令启动服务。您可以在浏览器中预览网站 [http://localhost:9000](http://localhost:9000)
```shell
yarn serve
yarn dev
```