WEB-OTA
前端热更新方案
介绍
WEB-OTA是一套基于localStorage本地存储技术实现的前端页面热更新方案,试图在加载速度和更新灵活性之间找到一个平衡点。
具体介绍参见博客文章:前端页面热更新实现方案
演示
请模拟手机访问:http://refined-x.com/WEB-OTA/
刷新一下,体验本地文件般的加载速度。
UI部分基于Flow-UI实现。
许可证
Copyright (c) 2017-present, 前端路上
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
Please sign in to use Codespaces.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download Xcode and try again.
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
前端热更新实现方案