From 6a98fa6cca4deffbe95737089a85916ed2d89edf Mon Sep 17 00:00:00 2001 From: icssoa <2570063477@qq.com> Date: Tue, 30 Mar 2021 18:33:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a45945a..09f2e63 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# cool-admin [vue3 - ts - webpack] +

cool-admin Logo

@@ -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 ```