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

    API: nuxt.renderRoute(route, context) nuxt.renderRoute(route, context = {}) API: nuxt.renderRoute(route, context) nuxt.renderRoute(route, context = {}) 类型: Function 参数: S...
  • Usage

    Using Nuxt.js Programmatically Nuxt Constructor Debug logs Using Nuxt.js Programmatically You might want to use your own server with your middleware and your API. That’s why ...
  • Auto Imports

    Auto Imports Nuxt auto-imports Vue auto-imports Directory-based auto-imports Explicit imports Auto Imports Nuxt auto-imports helper functions, composables and Vue APIs to us...
  • 如何编辑主机和端口号?

    如何更改应用的主机和端口配置? 作为命令参数直接传递 在 nuxt.config.js 中配置: 使用 NUXT_HOST 和 NUXT_PORT env 变量 使用HOST和PORT env变量 在 package.json 中配置 nuxt : 如何更改应用的主机和端口配置? 您可以通过不同方式配置主机和端口,如下列出从最高优先级到最低...
  • telemetry

    telemetry Property The telemetry Property Why collecting Telemetry? Opting-out telemetry Property The telemetry Property Nuxt v2.13.0 introduces Nuxt Telemetry to collec...
  • 开始使用

    API: Nuxt(options) 以编程形式使用 Nuxt.js Nuxt(options) 调试信息 API: Nuxt(options) 以编程形式使用 Nuxt.js 如果你打算用自己的中间件和 API 运行你的服务端的话,你可以以编程的形式将 Nuxt.js 集成到你原有的应用中去。因为 Nuxt.js 基于 ES2015 编写...
  • router

    The router Property base routeNameSplitter extendRoutes fallback linkActiveClass linkExactActiveClass linkPrefetchedClass middleware mode parseQuery / stringifyQuery pref...
  • Installation

    Installation Using create-nuxt-app Starting from scratch The package.json Installing nuxt The pages directory Installation Nuxt.js is really easy to get started with. ...
  • Deploy on AWS w/ S3 and Cloudfront

    How to Deploy on AWS w/ S3 and Cloudfront? Overview Setting it up AWS: Setup your S3 bucket and CloudFront Distribution AWS: Configure security access Laptop: Setup your project...
  • Development Tools

    Development Tools End-to-End Testing ESLint and Prettier Development Tools Testing your application is part of the web development. Nuxt.js helps you to make it as easy a...