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

    Quick Start Play online Prerequisites New project Development server Next steps Quick Start Starting fresh? Getting started with Nuxt 3 is straightforward! Play online Y...
  • Configuration

    Configuration The css Property Style Extensions Pre-processors External Resources Global Settings Local Settings PostCSS plugins JSX Ignoring files .nuxtignore The ignoreP...
  • Views

    Views App Template Layouts Default Layout Custom Layout Error Page Pages HTML Head Default Meta Tags Custom Meta Tags for a Page Views The Views section describes all...
  • Generator

    API: The Generator Class Generator Class Hooks API: The Generator Class Generator Class 来源: generator/generator.js Hooks 我们可以在某些生命周期事件中注册钩子。 Hook Arguments When gene...
  • 21YunBox Static

    Prerequisites Setup Continuous deploys 21YunBox CDN and cache invalidation Custom domains 21YunBox provides blazing fast Chinese CDN, continuous deployment, one-click HTTPS ...
  • useError

    useError useError Nuxt provides a composable to catch global errors. This function will return the global Nuxt error that is being handled. const error = useError () u...
  • 如何在 Heroku 上部署?

    如何将 Nuxt 应用部署至 Heroku? 如何将 Nuxt 应用部署至 Heroku? 推荐先去了解下 在 Heroku 里部署 node.js 应用的文档 。 首先,我们需要告诉 Heroku 安装项目的开发依赖包 devDependencies (以便能在 Heroku 环境下运行 npm run build ): heroku con...
  • Deploy on Dokku

    Dokku 部署 如何在 Dokku 上部署 Nuxt.js 应用程序? Dokku 部署 如何在 Dokku 上部署 Nuxt.js 应用程序? 我们建议阅读Dokku 文档的设置 和使用 Dokku 部署 Node.js 应用程序 例如,我们将调用我们的 Nuxt.js 应用程序my-nuxt-app 。 我们需要告诉 Dokku ...
  • buildDir

    API: The buildDir Property API: The buildDir Property Type: String Default: .nuxt Define the dist directory for your Nuxt.js application Example (nuxt.config.js ): expo...
  • Routing

    Routing Basic Routes Dynamic Routes Validate Route Params Nested Routes Dynamic Nested Routes Unknown Dynamic Nested Routes Extending the router Named Views SPA fallback Lo...