From abcc8127a70160f769efb0cae51ce72aecbe7e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=89=E6=9D=A5=E6=8A=80=E6=9C=AF?= <1490493387@qq.com> Date: Tue, 23 Nov 2021 01:10:04 +0000 Subject: [PATCH] =?UTF-8?q?docs(README.md):=E4=BF=AE=E6=94=B9=E6=8A=80?= =?UTF-8?q?=E6=9C=AF=E6=A0=88=E5=AE=98=E7=BD=91=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3964f19..66d656ef 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -## 官网地址 +## 技术栈官网 - vue3: https://v3.cn.vuejs.org/guide/introduction.html - vite2: https://cn.vitejs.dev/guide/ -- vuex4:https://next.vuex.vuejs.org/zh/index.html +- next-vuex:https://next.vuex.vuejs.org/zh/index.html -- vue-router4 : https://next.router.vuejs.org/zh/introduction.html +- vue-next-router : https://next.router.vuejs.org/zh/introduction.html - element-plus: https://element-plus.gitee.io/zh-CN/ @@ -18,6 +18,8 @@ Vite是一种新型前端构建工具,能够显著提升前端开发体验。 [Vite 官方中文文档](https://cn.vitejs.dev/ ) +项目构建命令: + ```shell npm init vite@latest vue3-element-admin --template vue-ts cd vue3-element-admin