Skip to content

Commit

Permalink
release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KuangPF committed Mar 18, 2018
1 parent 3c57eec commit 31a5611
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ npm run dev

### 重写状态


<details>
<summary>点击展开重写状态</summary>

#### 表单
- [x] Button
- [x] Input
Expand Down Expand Up @@ -77,7 +81,16 @@ npm run dev

#### 搜索相关
- [x] Searchbar
</details>

### 版本日志

#### v1.0.1
* 增加`swiper`组件

#### v1.0.0
* 基于 `mpvue 1.0.5`
* 完成 `WeUI` 重写和文档编写

### 结束语
花了大概一周多的时间来完成了这个项目,过程中收获还是很大的,给我最大的感触就是现在技术发展的很快,如果不学习就真的要落后了。美团开源的[mpvue](https://github.com/Meituan-Dianping/mpvue)是一个非常不错的框架,而且开发者也正在快速的迭代,开发新的功能,所以它的前景是非常值得期待。另外就是非常感谢关注这个仓库的人,谢谢你们的支持,后续我也会继续维护这个仓库,当`mpvue`有了一些新的特性或者一些新的语法的时候也会持续更新。如果各位大佬发现了什么问题欢迎`PR` 或者 `Issues`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mpvue-weui",
"version": "1.0.1",
"version": "1.0.2",
"description": "用 vue 写小程序,使用 mpvue 框架重写 WeUI。",
"author": "kuangpengfei <kuangpf1995@gmail.com>",
"private": false,
Expand Down

0 comments on commit 31a5611

Please sign in to comment.