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

    $fetch $fetch 👉 Read more in Guide > Features > Data Fetching . Nuxt uses ohmyfetch to expose globally the $fetch helper for making HTTP requests within your Vue app or AP...
  • Pages directory

    Pages directory Dynamic Pages Properties asyncData fetch head layout loading transition scrollToTop middleware The watchQuery Property key Ignoring pages Configuration...
  • buildDir

    buildDir 属性 buildDir 属性 类型: String 默认: .nuxt 为Nuxt.js应用程序定义.nuxt(默认)目录 例如 (nuxt.config.js ): export default { buildDir : 'nuxt-dist' } 默认情况下,默认.nuxt 是一...
  • Introduction

    Introduction What is NuxtJS? Features How it Works Schema Server Rendered (Universal SSR) Single Page Applications (SPA) Static Generated (Pre Rendering) Static Site Generati...
  • srcDir

    Type: String Default: rootDir value Define the source directory of your Nuxt.js application If a relative path is specified it will be relative to the rootDir . Example 1...
  • Deploy on Dokku

    How to deploy on Dokku? How to deploy on Dokku? We recommend to read Dokku documentation for the setup and Deploying a Node.js Application on Digital Ocean using Dokku . For ...
  • 开源贡献指引

    开源贡献指引 提交问题 Pull Requests 开始 构建 测试结构 Fixtures Unit tests(单元测试) 测试您的更改 例子 Linting 文档 提交过程 在macOS上调试测试 开源贡献指引 欢迎为 Nuxt.js 做出开源贡献! 提交问题 我们使用CMTY 使贡献者和维护者更容易的提...
  • File System Routing

    File system routing Basic Routes Dynamic Routes Locally Accessing Route Params Nested Routes Dynamic Nested Routes Unknown Dynamic Nested Routes Extending the router The rou...
  • rootDir

    Type: String Default: process.cwd() Define the workspace directory of your Nuxt.js application. This property will be overwritten by the nuxt commands(nuxt start, nuxt bui...
  • buildDir

    Type: String Default: .nuxt Define the dist directory for your Nuxt.js application nuxt.config.js export default { buildDir : 'nuxt-dist' } By default, man...