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

    Introduction How It Works Why Not …? Nuxt VitePress Docsify / Docute Hexo GitBook Introduction VuePress is a markdown-centered static site generator. You can write your ...
  • rootDir

    The rootDir Property The rootDir Property Type: String Default: process.cwd() Define the workspace directory of your Nuxt.js application. This property will be overwrit...
  • globalName 属性

    globalName 属性 globals 属性 globalName 属性 Nuxt.js允许您自定义主HTML模板中使用的全局ID以及主Vue实例名称和其他选项。 类型: String 默认: nuxt 例子: nuxt.config.js { globalName : 'myCustomName' } ...
  • The Renderer class

    The renderer class Hooks The renderer class This class is exporting a connect middleware which handles and serves all SSR and asset requests. Source: vue-renderer/renderer.j...
  • Renderer

    The Renderer Class Hooks The Renderer Class Source: vue-renderer/renderer.js This class is exporting a connect middleware which handles and serves all SSR and asset reques...
  • nuxi analyze

    nuxi analyze nuxi analyze Analyze the production bundle or your Nuxt application. npx nuxi analyze [ rootDir ] The analyze command builds Nuxt and analyzes the productio...
  • The loading Property

    The loading property Disable the Progress Bar Customizing the Progress Bar Using a Custom Loading Component The loading property Nuxt uses its own component to show a progres...
  • env

    Automatic injection of environment variables process.env == {} serverMiddleware Type: Object Nuxt.js lets you create environment variables client side, also to be shared fr...
  • Surge Static

    Nuxt.js gives you the possibility to host your web application on any static hosting like Surge for example. To deploy on Surge, first install it on your computer: npm install ...
  • Node.js server (default)

    Node.js server Usage Entry point Example Configuring defaults at runtime Server timings Node.js server Discover the Node.js server preset with Nitro to deploy on any Node h...