Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bailichen authored Jun 15, 2017
1 parent b350594 commit 0ad5057
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
### 利用vue2+vuex写一个模仿微信app的单页面应用
使用SVG格式构建页面icon图

##### 安装依赖

```
npm install
```
##### 项目运行

```
npm run dev
网址:
http://localhost:8882
```
##### 线上

```
npm run buid
网址:
http://cangdu.org:8003/dialogue
```



# 目标功能
- [x] 微信
Expand Down Expand Up @@ -196,4 +219,4 @@
36 directories, 133 files
```
```

0 comments on commit 0ad5057

Please sign in to comment.