Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/qixiuss/wxapp-redux-starter
- Owner: qixiuss
- License: mit
- Created: 2016-12-01T03:22:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T06:45:25.000Z (about 8 years ago)
- Last Synced: 2024-08-02T03:01:20.359Z (6 months ago)
- Topics: redux, weixin, wx-component, wxapp, wxml, wxss
- Language: CSS
- Homepage:
- Size: 218 KB
- Stars: 204
- Watchers: 22
- Forks: 38
- Open Issues: 2
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
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)