匠心
匠心
我最近也刚好用vue.js撸了一套blog系统,代码托管在github上,我是md文件保存一份,marked.js解析md放在一个html里面,每次发布就在json里面更新一下内容,blog地址:http://zhaomenghuan.github.io 安卓app地址:http://fir.im/jszblog
我写了一个类似的库,不过是用 Dart 解析 HTML 和 CSS的,。在考虑用 Dart 写一个JS编译器,做一个类似于小程序的双线程模型。
暂时不太完善,最近基于 j2v8 准备重构一波,后续会合并进来,目前这个只是一个 POC 项目,还需要不断完善。最近研究了一下微信小程序的架构,已经写了一个多 WebView + JS 引擎的版本。
@gedw99 Thank you for your suggestion, wait until I have time to experiment, and continue to communicate.
Now we can implement this feature based on dart's ffi feature,https://github.com/xinfeng-tech/flutter_jsc
@moxiaobei2 使用this.$os获取。
尴尬,今天才看到,这个重构其实是确实看不下之前的代码了,先学习其他工具的源码,有思路再回头来补充吧。
MPA (Multi-page Application) 多页面应用相对于单页面应用来说,能够有效的解决上拉刷新,页面转场等问题,html5plus封装了webview,提供了一套十分方便的接口供开发者使用,基于html5plus封装的mui有效的解决了这些问题,具体可以看看[mui官网](http://dev.dcloud.net.cn/mui/),这个骨架主要是作为mui的补充,通过组件化的方式让代码解耦更加清晰也更方便维护。
Has anyone solved this problem?
I also need such a feature, is there any progress on this issue now?