# misty-app **Repository Path**: byself/misty-app ## Basic Information - **Project Name**: misty-app - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-13 - **Last Updated**: 2024-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Misty app 这是 Misty 的demo项目。 运行 Misty 可作为内置程序运行。 https://user-images.githubusercontent.com/42698881/185600107-02db2a38-dc42-4c2e-99c7-3205fdb9b08b.mp4 **[Misty](https://github.com/Asscre/misty)** - 一个Flutter web项目的本地缓存解决方案. 通过拦截浏览器网络请求,读取本地资源文件,减少网络资源请求来提高网页的开启速度,实现Flutter的原生手势交互的Flutter web preload解决方案。 **[Misty](https://github.com/Asscre/misty)**,如名所示,通过极小的引用实现web项目在Flutter上面享受到小程序的体验。 ![IMG_20220819_182756](https://user-images.githubusercontent.com/42698881/185600064-72619966-66df-4ce1-989b-8c415eb2c782.jpg) ## Project Setup ```sh npm install ``` ### Compile and Hot-Reload for Development ```sh npm run dev ``` ### Type-Check, Compile and Minify for Production ```sh npm run build ``` ### Run Unit Tests with [Vitest](https://vitest.dev/) ```sh npm run test:unit ``` ### Lint with [ESLint](https://eslint.org/) ```sh npm run lint ```