Skip to content

Commit

Permalink
add vue-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daotin authored Mar 21, 2020
1 parent 8c8c5bd commit 1b419f2
Showing 1 changed file with 6 additions and 26 deletions.
32 changes: 6 additions & 26 deletions 16-Vue/12-vue项目结构.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
vue项目结构


## 项目github仓库
[vue-demo](https://github.com/Daotin/vue-demo)

## vue项目结构
![](./images/structure.jpg)





webpack+vue项目代码结构:

## webpack+vue项目代码结构:
![](./images/38.png)



## 简要描述
main.js加载主组件App.js,App.js又是一个空的组件,里面主要放三部分:

Entry组件,Login组件,Register组件。
Expand All @@ -24,19 +19,4 @@ Login组件,显示登录界面。

Register组件,显示注册界面。



**Components文件夹下的小组件的数据都是父组件传入的。**













> Components文件夹下的小组件的数据都是父组件传入的。

0 comments on commit 1b419f2

Please sign in to comment.