https://github.com/afeiship/webpack-wx-weapp
Webpack for weixin weapp.
https://github.com/afeiship/webpack-wx-weapp
mina npm weapp webpack wechat weixin wx
Last synced: 6 months ago
JSON representation
Webpack for weixin weapp.
- Host: GitHub
- URL: https://github.com/afeiship/webpack-wx-weapp
- Owner: afeiship
- Created: 2018-06-27T10:24:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-02T08:22:43.000Z (about 6 years ago)
- Last Synced: 2025-02-07T11:31:09.676Z (8 months ago)
- Topics: mina, npm, weapp, webpack, wechat, weixin, wx
- Language: JavaScript
- Size: 274 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webpack-wx-weapp
> Webpack for weapp(wechat).## features:
- [ ] webpack 4.x (wxapp-webpack-plugin `THIS BUGGY` -> 3.x)
- [x] eslint + prettier
- [x] postcss + sass + px2rpx
- [x] basic API + Storage
- [x] components install from github(bower)
- [x] Yeoman(Generator)
- [x] use `nx.App/Page/Component` enhanced wxapp
- [x] redux: redux globalData shared [nx.\$app/\$memory/\$local]
- [x] enhanced: mixins/observe/redux
- [x] alert/confirm/toast Basic component## sticky:
- https://developers.weixin.qq.com/miniprogram/dev/api/IntersectionObserver.relativeToViewport.html
- https://blog.csdn.net/sinat_36193631/article/details/82628935