generator-weex-rx

yeoman weex rx

Usage no npm install needed!

<script type="module">
  import generatorWeexRx from 'https://cdn.skypack.dev/generator-weex-rx';
</script>

README

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