Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weexteam/weex-pack
A pack tool for Android、iOS and H5 plartform of Weex. This tool is a third party work, and is not developed nor maintained by Apache Weex.
https://github.com/weexteam/weex-pack
Last synced: 3 months ago
JSON representation
A pack tool for Android、iOS and H5 plartform of Weex. This tool is a third party work, and is not developed nor maintained by Apache Weex.
- Host: GitHub
- URL: https://github.com/weexteam/weex-pack
- Owner: weexteam
- License: apache-2.0
- Fork: true (Hanks10100/weex-pack)
- Created: 2016-10-10T06:57:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-26T02:31:43.000Z (almost 6 years ago)
- Last Synced: 2024-04-20T09:12:03.297Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 58.2 MB
- Stars: 611
- Watchers: 37
- Forks: 79
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# weexpack
![image | left](https://img.shields.io/badge/PRs-welcome-brightgreen.svg "")
![image | left](https://img.shields.io/badge/license-Apache--2.0-brightgreen.svg "")
[![GitHub release](https://img.shields.io/github/release/weexteam/weex-pack.svg)](https://github.com/weexteam/weex-pack/releases) [![GitHub issues](https://img.shields.io/github/issues/weexteam/weex-pack.svg)](https://github.com/weexteam/weex-pack/issues)
![Node Version](https://img.shields.io/node/v/weex-pack.svg "Node Version")
[![Build Status](https://travis-ci.org/weexteam/weex-pack.svg?branch=master)](https://travis-ci.org/weexteam/weex-pack)[中文版文档](./README.zh.md)
|
[How to devloping weex plugin](./doc/en/how-to-devloping-weex-plugin.md)
|
[Changelog](./CHANGELOG.md)## Usage
Currently, [weex-toolkit] (https://github.com/weexteam/weex-toolkit) integrates with the weexpack command invocation support. We recommend using weex-toolkit to use the functionality in weexpack. See [weex-toolkit] (https://github.com/weexteam/weex-toolkit#commands)
### Create
```bash
# create a new project with an official template
$ weex create my-project# create a new project straight from a github template
$ weex create username/repo my-project
```### Platform
``` bash
$ weex platform [add|remove|update] [ios|android]```
### Run``` bash
$ weex run [web|ios|android]
```### Build
``` bash
$ weex build [web|ios|android]
```### Plugin
```
$ weex plugin add weex-plugin-lottie
```Plugin resources(PR welcome):
- [Natjs](https://github.com/natjs/nat)
- [wee-plugin-lottie](https://github.com/acton393/WeexLottie)## License
[MIT](./LICENSE).