Browse Source

Update 'docs/note1.md'

天问 3 months ago
parent
commit
7adb763c2d
1 changed files with 16 additions and 1 deletions
  1. 16 1
      docs/note1.md

+ 16 - 1
docs/note1.md

@@ -19,6 +19,21 @@ new Vue({
 '''
 
 ## 项目结构
-使用了 npm 安装项目,我们在 IDE(Eclipse、Atom等) 中打开该目录,结构如下所示:
+
+创建vue3-ts,element-plus UI模板项目:
+
+```
+
+npm install -g @vue/cli
+#npx create vue@latest
+vue create my-vue3-project
+
+cd my-vue3-project
+npm install element-plus
+
+npm run serve
+```
+
+结构如下所示:
 
 ![](images/1.jpg)