Skip to content

Commit

Permalink
update cn readme and travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
icepy committed May 5, 2017
1 parent b86617d commit caadd29
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: node_js
sudo: true
node_js:
- '4.1.1'
cache:
directories:
- node_modules
before_install:
- npm install
script:
- npm run flow
3 changes: 3 additions & 0 deletions README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

weex-dingtalk是钉钉开放平台提供在weex容器中使用的SDK,其中实现的功能与H5的Dingtalk.js大同小异。

通常你可以用传统的webapp的形式构建钉钉的微应用,然而有时候用户在使用你的微应用时会感觉到明显的体验不佳。为什么?那是因为网络,渲染,Web形式的应用与Native编写的应用会有明显的差距,你可能需要花费数倍的时间和精力去优化Web,但收获不佳。这正是为什么我需要weex的原因,在weex的帮助下,你可以只关注业务,不再需要关注性能的优化,只需要享受编程的乐趣和构建钉钉微应用本身即可。

目前钉钉微应用的运行是基于weex,用户并无法区分这是一个什么样的实现,你可以优雅放心的使用weex来开发你的微应用。这门技术栈并不需要你具备`java`或者`Objective-c`的知识背景,只你要会使用HTML/CSS/JavaScript,再学习一些简单的Vue2.0语法,你就可以很快的上手来开发你的微应用。

Enjoy the fun of building dingtalk microapp with weex ☺

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# weex-dingtalk Doc

[![Build Status](https://travis-ci.org/icepy/weex-dingtalk.svg?branch=master)](https://travis-ci.org/icepy/weex-dingtalk)

weex-dingtalk is a JavaScript SDK powered by Dingtalk weex Container, which is an awesome solution for building Dingtalk microapp with extremely high performanece.

Usually you can build your microapp in Dingtalk as a traditional webapp, however sometimes your users are unsatisfied with the poor performance of your webapp. Why? Nowadays the gap between web and native, in the aspect of performance and user experience, is still wide. You might feel frustrated to optimize the performance of your webapp, but finally bring just a little improvement. That is why we need weex.
Expand Down

0 comments on commit caadd29

Please sign in to comment.