Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zce/weapp-demo

微信小程序示例教程,案例涉及某瓣,所以下线了:https://github.com/zce/weapp-douban
https://github.com/zce/weapp-demo

Last synced: 29 days ago
JSON representation

微信小程序示例教程,案例涉及某瓣,所以下线了:https://github.com/zce/weapp-douban

Awesome Lists containing this project

README

        

# weapp-demo

> A demo for wechat weapp runtime

[![Build Status][travis-image]][travis-url]
[![License][license-image]][license-url]
[![Dependency Status][dependency-image]][dependency-url]
[![devDependency Status][devdependency-image]][devdependency-url]
[![Code Style][style-image]][style-url]

## 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](LICENSE) © [汪磊](https://zce.me)

[travis-image]: https://img.shields.io/travis/zce/weapp-demo.svg
[travis-url]: https://travis-ci.org/zce/weapp-demo
[license-image]: https://img.shields.io/github/license/zce/weapp-demo.svg
[license-url]: https://github.com/zce/weapp-demo/blob/master/LICENSE
[dependency-image]: https://img.shields.io/david/zce/weapp-demo.svg
[dependency-url]: https://david-dm.org/zce/weapp-demo
[devdependency-image]: https://img.shields.io/david/dev/zce/weapp-demo.svg
[devdependency-url]: https://david-dm.org/zce/weapp-demo?type=dev
[style-image]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg
[style-url]: http://standardjs.com