Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/huangang/wepy-nideshop
- Owner: huangang
- Created: 2017-09-10T11:36:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T05:44:51.000Z (almost 7 years ago)
- Last Synced: 2024-11-18T02:38:50.176Z (3 months ago)
- Topics: nideshop, shop, wechat-app, wepy
- Language: JavaScript
- Size: 375 KB
- Stars: 24
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wepy - wepy-nideshop: wepy版nideshop商城小程序
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
```