Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 554 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 554 Bytes

像写vue一样写原生小程序

实现计划

  • 引入前端工程化工具(目前gulp),使npm可用,改善开发体验。

  • promise化成功失败回调

  • canvas绘图,封装成AOP风格

  • mixin 扩展

  • watch 添加

  • computed 添加

  • store 引入 ,计划引入mobx

  • 手动实现sub-pub模式的页面通讯

  • filter 引入,todo

  • 常用组件[上拉加载,音频,,,]

启动

  1. yarn
  1. yarn watch | npm run watch | gulp
  1. yarn build | npm build | gulp build