v2.0.0-beta.13
v2.0.0-beta.13
3 files changed
tree: dd46a849524a4b5d7f520e96f6f6248d363e0b0e
  1. .github/
  2. bin/
  3. lib/
  4. packages/
  5. scripts/
  6. .eslintrc.js
  7. .gitignore
  8. .npmignore
  9. appveyor.yml
  10. CHANGELOG.md
  11. lerna.json
  12. LICENSE
  13. package.json
  14. README.md
README.md

Weex Toolkit

image | left image | left GitHub issues Npm package Build status

Weex Toolkit is the Standard Tooling for Weex Development.

Introduction

This document is for the weex-toolkit 2.x version. For the old version of the weex-toolkit documentation, please go to here.

Weex Toolkit is dedicated to standardizing the tool base in the Weex ecosystem. It ensures that various build tools can be seamlessly connected based on smart default configuration, so you can focus on writing applications without having to spend days tangling configuration issues.

System Components

Weex Toolkit split each function module into separate parts, if you see our source code , you will find that we manage multiple separate releases in the repository via Lerna Package, providing the following functional modules:

Getting Started

Reuirements

  • node >= 7.6.0
  • iOS developer tools like XCode
  • Android SDK and ADB

Now you can install the latest version use below command:

$ npm i weex-toolkit -g

To know more detail about the command, you can run:

$ weex --help

Also you can see the document here.

License

MIT