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

    Built-in indicators Custom indicators Show fancy loading indicator while page is loading! Without Server Side Rendering (when ssr option is false ), there is no content fro...
  • client-only

    API: The <client-only> Component API: The <client-only> Component This component is used to purposely render a component only on client-side. To import a component only on ...
  • PM2

    PM2 Setup Deployment More information PM2 How to deploy Nuxt to a Node.js hosting using PM2. Support for ultra-minimal SSR build Zero-millisecond cold start More con...
  • client-only

    API: The <client-only> Component API: The <client-only> Component This component is used to purposely render a component only on client-side. To import a component only on the ...
  • Teleports

    Teleports Example: body teleport Example: client-side teleport Teleports Vue 3 provides the component which allows content to be rendered elsewhere in the DOM, outside of th...
  • How to add webpack plugins?

    How to add webpack plugins? How to add webpack plugins? In your nuxt.config.js file, under the build option, you can pass webpack plugins , the same way you would do it in a ...
  • 如何使用 Surge.sh 部署?

    如何使用 Surge.sh 部署? 如何使用 Surge.sh 部署? Nuxt.js 允许你将静态化后的站点部署至任何静态站点托管服务中,例如 surge.sh 。 部署至 surge.sh ,需先安装 surge : npm install - g surge 然后, 我们需要告诉 Nuxt.js 生成应用的静态站点目录: np...
  • How to use JSX?

    How to use JSX? How to use JSX? Nuxt.js uses @nuxt/babel-preset-app , which is based on the official @vue/babel-preset-app for babel default configuration, so you can use J...
  • Rendering

    Server Side Rendered Sites and Static Sites Client Side Rendering Only Server Side Rendered Sites and Static Sites Server-side rendered sites are rendered on the server each ...
  • plugins

    External Packages Vue Plugins The plugins Property ES6 Plugins Client or server side only Name conventional plugin Object syntax Inject in $root & context The extendPlugin...