Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/huangang/wepy-nideshop


https://github.com/huangang/wepy-nideshop

nideshop shop wechat-app wepy

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# wepy-nideshop
[wepy](https://github.com/wepyjs/wepy)版 nideshop 微信小程序
本项目需要配合[NideShop](https://github.com/tumobi/nideshop)商城服务端使用

## install
```bash
npm install wepy-cli -g
cd wepy-nideshop
npm install
wepy build --watch
```

## help
```bash
node_modules/.bin/eslint --fix src/pages/xxx.wpy # eslint fix file
```