generator-weex-rx
Yeoman generator for Weex Rx - lets you quickly set up a project.
Installation
# Make sure both is installed globally
$ npm install -g yo
$npm install -g weex-rx
Setting up projects
# Create a new directory, and `cd` into it:
$ mkdir my-new-project && cd my-new-project
# Run the generator
$ yo weex-rx
Usage
The following commands are available in your project:
# Start for development
$ npm start
# Just build the dist version and copy static files
npm run build
# Run unit tests
npm test