0.0.6 • Published 7 years ago

generator-miniapp-gulp v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

generator-miniapp-gulp

A simple generator for building wechat-miniapp with gulp

About

Generator-miniapp-gulp will help you build new Wechat-miniapp projects using gulp.

Out of the box it comes with support for:

  • Gulp
  • ES2015 via Babel-Loader
  • Different supported style languages (sass, scss, less, stylus)
  • Automatic code linting via esLint
  • Automatic complie

Installation

First, install Yeoman and generator-sherhootest using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-miniapp-gulp

Then generate your new Wechat-miniapp project:

yo miniapp-gulp

Code & Build

# when your souce file changes, it will automatically compile to be wxml & wxss
gulp watch

# complie your souce file
gulp build

License

MIT © 夏浩

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago