Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qixiuss/wxapp-redux-starter

微信小程序,集成redux,并且提供了方便快捷的开发环境;内置好奇心日报Demo...
https://github.com/qixiuss/wxapp-redux-starter

redux weixin wx-component wxapp wxml wxss

Last synced: 3 months ago
JSON representation

微信小程序,集成redux,并且提供了方便快捷的开发环境;内置好奇心日报Demo...

Awesome Lists containing this project

README

        

# WeApp Boilerplate

> A boilerplate for wechat weapp runtime

[![Build Status](https://travis-ci.org/zce/weapp-boilerplate.svg?branch=master)](https://travis-ci.org/zce/weapp-boilerplate)
[![Dependency Status](https://david-dm.org/zce/weapp-boilerplate.svg)](https://david-dm.org/zce/weapp-boilerplate)
[![devDependency Status](https://david-dm.org/zce/weapp-boilerplate/dev-status.svg)](https://david-dm.org/zce/weapp-boilerplate#info=devDependencies)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)

## For Chinese

[中文说明](./README.md)

## Clone it

```bash
$ cd path/to/root
$ git clone https://github.com/zce/weapp-boilerplate.git [project-name] --depth 1
$ cd [project-name]
```

## Install dependencies

```bash
$ npm install
```

## Usage

```bash
# build for production with minification
$ npm run build

# watch file changes
$ npm run watch
```

then, open `dist` in wechat devtools

## License

MIT © [汪磊](http://github.com/zce)