书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 793 个相关结果.
  • 路 由

    路由 基础路由 动态路由 路由参数校验 嵌套路由 动态嵌套路由 未知嵌套深度的动态嵌套路由 命名视图 SPA fallback 在Surge上实现 在 GitHub Pages 和 Netlify 上实现 在 Firebase Hosting 上实现 过渡动效 全局过渡动效设置 页面过渡动效设置 中间件 路由 Nuxt....
  • RuntimeConfig properties

    Runtime config properties publicRuntimeConfig privateRuntimeConfig Runtime config properties Runtime config allows passing dynamic config and environment variables to the nuxt...
  • Preview Mode

    Previewing pages that are not yet generated Passing data to enablePreview What’s next With Nuxt.js and full static you can now use live preview out of the box which will call y...
  • Netlify 部署

    Netlify 部署 如何将 Nuxt.js 部署至 Netlify? 入门 配置: Netlify 部署 如何将 Nuxt.js 部署至 Netlify? 部署到 Netlify 是一个低成本选项,可以快速在线获取 statically generated 的 Nuxt.js 网站。 该过程的核心在部署期间利用 nuxt gene...
  • Module Container

    The ModuleContainer Class Tapable plugins Methods addVendor (vendor) addTemplate (template) addPlugin (template) addServerMiddleware (middleware) extendBuild (fn) extendRoute...
  • mode

    Type: string Default: universal Possible values: 'spa' : No server-side rendering (only client-side navigation) 'universal' : Isomorphic application (server-side rendering + cl...
  • Plugins directory

    Plugins directory External Packages Vue Plugins The plugins Property ES6 Plugins Client or server side only Name conventional plugin Object syntax Inject in $root & context ...
  • 第 0005 荐:VuePress,静态网站生成神兽,嗷呜~~

    1907 2021-04-14 《刻舟求荐》
    她,身世显赫,外表清丽出众,文能让你帮忙拧瓶盖,武能拧下你的脑袋,她就是你心目中的小神兽——VuePress 介绍 VuePress ,一个基于 Vue 的轻量级静态网站生成神器。 她遵循大道至简的原则,以 Markdown 为中心的项目结构,以最少的配置让你更专注于创作。 她由Vue 驱动,享有 Vue + webpack 的开发体验,让你可以...
  • Runtime Config

    Runtime Config Runtime Config (2.13+) Usage .env support Expand/Interpolation Support Runtime Config Nuxt.js supports env config to provide configuration via process.env ...
  • Module Container

    ModuleContainer Class Tapable plugins 方法 添加Vendor(vendor) 添加到模板中 (template) 添加插件 (template) 添加服务器端渲染中间件 (middleware) extendBuild (fn) extendRoutes (fn) 添加模块 (moduleOpts, req...