generator-weex-rx

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i generator-weex-rx

Weekly Downloads

2

Version

0.1.0

License

none

Last publish

Collaborators

  • hugohua