Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zce/weapp-boilerplate
- Owner: zce
- License: mit
- Created: 2016-09-26T02:33:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T17:18:03.000Z (over 4 years ago)
- Last Synced: 2024-10-12T08:49:12.489Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 558
- Watchers: 35
- Forks: 159
- Open Issues: 4
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-wechat-app - weapp-boilerplate - 一个为微信小程序开发准备的基础骨架 (Demo)
- awesome-github-wechat-weapp - weapp-boilerplate - 一个为微信小程序开发准备的基础骨架 (Demo)
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)