书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 615 个相关结果.
  • mode

    Type: string Default: universal Possible values: 'spa' : No server-side rendering (only client-side navigation) 'universal' : Isomorphic application (server-side rendering + cl...
  • 第9章 PWA 与搜索

    721 2021-02-02 《PWA 应用实战》
    PWA 与搜索 PWA 与搜索 PWA 是 Web 的一种形式,搜索仍是它的一大入口。 熟知搜索引擎的开发者都知道,早期的搜索引擎是不支持抓取 SPA(Single Page Application) 的,而 PWA 多是 SPA,在这种情况下,如何让搜索引擎能够更好的收录 PWA 页面是本章要介绍的第一个问题。 SPA 页面依赖于 JavaSc...
  • The mode Property

    The mode property The mode property Change default nuxt mode Type: string Default: universal Possible values: 'spa' : No server-side rendering (only client-side navigation)...
  • Introduction

    1451 2020-01-01 《Nuxt.js v2.11.x Guide》
    Introduction What is NuxtJS? Features How it Works Schema Server Rendered (Universal SSR) Single Page Applications (SPA) Static Generated (Pre Rendering) Introduction N...
  • Videos

    Video Tutorials Version: 5.x Video Tutorials A variety of video tutorials exist from both the single-spa core team and other community members. Youtube Playlist / Bilibili ...
  • 微前端概念

    概念:微前端 对比微服务 技术定义 微前端类型 微前端通信 关于single-spa 性能 概念:微前端 教程视频:Youtube/Bilibili 微前端是指存在于浏览器中的微服务。 微前端作为用户界面的一部分,通常由许多组件组成,并使用类似于React、Vue和Angular等框架来渲染组件。每个微前端可以由不同的团队进行管理,并...
  • Sanctum

    Laravel Sanctum Introduction How It Works API Tokens SPA Authentication Installation Migration Customization Configuration Overriding Default Models API Token Authenticati...
  • 构建应用

    创建并注册一个应用程序 注册应用的生命周期 生命周期参数 内置参数 自定义参数 生命周期帮助类 下载(load) 初始化 挂载 卸载 移除 超时 切换应用时过渡 single-spa 应用与普通的单页面是一样的,只不过它没有HTML页面。在一个single-spa中,你的SPA包含许多被注册的应用,而各个应用可以使用不同的框架。被...
  • Jael template engine

    652 2019-12-14 《Angel v2.x Document》
    Small Example Jael is a simple, yet powerful, server-side HTML templating engine for Dart.Although it can be used in any application, it comes with first-class support for theAn...
  • 什么是单页应用

    5753 2019-06-17 《Vuejs 中文教程》
    Single Page App 传统Web页面 Single Page App Ajax : Asynchronous javascript and XML Angular 当下的SPA技术趋势 Single Page App 可以认为,世界上的Web 应用分两类: 传统Web页面应用 单页应用 传统Web页面 就是我们打开浏览...