Giter VIP home page Giter VIP logo

Comments (3)

CJY0208 avatar CJY0208 commented on May 28, 2024

https://github.com/CJY0208/auto-skeleton-plugin

AutoSkeletonPlugin

基于 jsdom 的、自动生成骨架的 Webpack 插件,工作方式参考 prerender-spa-plugin

工作方式

  1. 等待 webpack 完成打包

  2. 启动一个本地静态服务器,按配置的 routes,用 jsdom 启动无头浏览器访问打包结果

  3. jsdom 中页面完成渲染后,执行 generateSkeleton 骨架生成方法,将内容转换为骨架

  4. 截取当前页面的 innerHTML 作为骨架预渲染结果,输出成 html 文件

  5. 根据配置的 staticDir 将 html 文件存进去,over

from alita.

CJY0208 avatar CJY0208 commented on May 28, 2024

目前方案初步可用,有以下待优化项

  1. 去除无效 css 样式,可参考 uncss
  2. 尽可能完善并拓展 generateSkeleton 方法过程

from alita.

xiaohuoni avatar xiaohuoni commented on May 28, 2024

#156

from alita.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.