@minapp/compiler
v1.1.0
Published
微信小程序源代码编译器
Downloads
15
Readme
使用
- 所有 srcDir 中的 json 文件支持注释(参考 json5)
使用 typescript
使用 javascript
- babel-runtime(可选安装)
TODO
- [ ] postcss-assets 强化(使用 sharp)
- [ ] page 之间不能互相引用!(编译时报错)
参考
后台:
- https://github.com/XpmJS/xpmjs (集成后台,简化前台)
编译工具:
- https://github.com/Tencent/wepy
- 微信小程序组件化开发框架(很久没更新,可以参考它)
- 用JSX快速开发小程序 有一大堆转化列表可以参考:https://github.com/haojy/weact#%E4%BB%8Ejsx%E5%88%B0wxml
- 一款轻巧的渐进式微信小程序框架
- https://github.com/egoist/poi
- https://github.com/parcel-bundler/parcel
- https://github.com/rollup/rollup
- https://github.com/webpack/webpack
解析工具:
- https://github.com/seanlong/wxml-parser
- https://github.com/vuejs/babel-plugin-transform-vue-jsx
vscode 插件:
https://github.com/vuejs/vetur
- 给插件添加新的 tags:
- https://github.com/vuejs/vetur/blob/master/docs/intellisense.md
- https://github.com/OnsenUI/vue-onsenui-helper-json/blob/master/vue-onsenui-tags.json
- 给插件添加新的 tags: