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

https://github.com/hzz520/wxplugin

微信小程序插件开发模式
https://github.com/hzz520/wxplugin

Last synced: 4 months ago
JSON representation

微信小程序插件开发模式

Awesome Lists containing this project

README

        

### 小程序插件脚手架

#### 支持特性
* scss -> wxss
* js es6 -> es5
* wxml、json拷贝

#### 不支持的特性
* wxs es6 -> es5

#### 安装依赖
* npm i

#### 开发环境
* npm start

#### 生产环境
* npm run build