Skip to content

Commit 6029598

Browse files
committed
docs: alpha -> beta
1 parent 9081a97 commit 6029598

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

README.md

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## WePY 2 (alpha)
1+
## WePY 2 (beta)
22

33
[![npm version](https://badge.fury.io/js/wepy.svg)](https://badge.fury.io/js/wepy)
44
[![travis-ci](https://travis-ci.org/Tencent/wepy.svg?branch=1.7.x)](https://travis-ci.org/Tencent/wepy)
@@ -14,19 +14,17 @@ WePY (发音: /'wepi/)是一款让小程序支持组件化开发的框架,通
1414

1515
同时 WePY 也是一款成长中的框架,大量吸收借鉴了一些优化前端工具以及框架的设计理念和思想。如果 WePY 有不足地方,或者你有更好的想法,欢迎提交 ISSUE 或者 PR。
1616

17-
1817
### 特性:
1918

20-
* 类 Vue 开发风格
21-
* 支持自定义组件开发
22-
* 支持引入 NPM 包
23-
* 支持 [Promise](https://github.com/wepyjs/wepy/wiki/wepy%E9%A1%B9%E7%9B%AE%E4%B8%AD%E4%BD%BF%E7%94%A8Promise)
24-
* 支持 ES2015+ 特性,如 [Async Functions](https://github.com/wepyjs/wepy/wiki/wepy%E9%A1%B9%E7%9B%AE%E4%B8%AD%E4%BD%BF%E7%94%A8async-await)
25-
* 支持多种编译器,Less/Sass/Stylus/PostCSS、Babel/Typescript、Pug
26-
* 支持多种插件处理,文件压缩,图片压缩,内容替换等
27-
* 支持 Sourcemap,ESLint 等
28-
* 小程序细节优化,如请求列队,事件优化等
29-
19+
- 类 Vue 开发风格
20+
- 支持自定义组件开发
21+
- 支持引入 NPM 包
22+
- 支持 [Promise](https://github.com/wepyjs/wepy/wiki/wepy%E9%A1%B9%E7%9B%AE%E4%B8%AD%E4%BD%BF%E7%94%A8Promise)
23+
- 支持 ES2015+ 特性,如 [Async Functions](https://github.com/wepyjs/wepy/wiki/wepy%E9%A1%B9%E7%9B%AE%E4%B8%AD%E4%BD%BF%E7%94%A8async-await)
24+
- 支持多种编译器,Less/Sass/Stylus/PostCSS、Babel/Typescript、Pug
25+
- 支持多种插件处理,文件压缩,图片压缩,内容替换等
26+
- 支持 Sourcemap,ESLint 等
27+
- 小程序细节优化,如请求列队,事件优化等
3028

3129
### Demo
3230

@@ -67,8 +65,6 @@ WePY (发音: /'wepi/)是一款让小程序支持组件化开发的框架,通
6765
</script>
6866
```
6967

70-
71-
7268
### 安装使用
7369

7470
#### 安装(更新) wepy 命令行工具。
@@ -153,10 +149,10 @@ GitHub 掘金版、
153149

154150
### 交流群
155151

156-
WePY 交流群已满 500 人,请加 gcaufy_helper 好友或者扫码加好友,验证回复 `wepy` 按照指引进群。
152+
WePY 交流群已满 500 人,请加 gcaufy_helper 好友或者扫码加好友,验证回复 `wepy` 按照指引进群。
153+
154+
![wepy_qr_code](https://user-images.githubusercontent.com/2182004/82732473-feb50c80-9d3f-11ea-9a5f-0efc6ce40f74.png)
157155

158-
![wepy_qr_code](https://user-images.githubusercontent.com/2182004/82732473-feb50c80-9d3f-11ea-9a5f-0efc6ce40f74.png)
159-
160156
### 参与贡献
161157

162158
如果你有好的意见或建议,欢迎给我们提 Issues 或 Pull Requests,为提升微信小程序开发体验贡献力量。<br>详见:[CONTRIBUTING.md](./CONTRIBUTING.md)
@@ -172,4 +168,3 @@ GitHub 掘金版、
172168
[Contributing](./CONTRIBUTING.md)
173169

174170
[License MIT](./LICENSE)
175-

0 commit comments

Comments
 (0)