Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

一个为微信小程序开发准备的基础骨架。A boilerplate application for wechat weapp runtime.
https://github.com/zce/weapp-boilerplate

Last synced: 1 day ago
JSON representation

一个为微信小程序开发准备的基础骨架。A boilerplate application for wechat weapp runtime.

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)