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

    支持 TypeScript 快速开始 从 JavaScript 到 TypeScript 配置文件 组件 使用ESLint 支持 TypeScript 静态类型系统有助于防止许多潜在的运行时错误,尤其是在应用程序不断增长时。 这就是为什么Nuxt的全新 nuxt-ts 软件包提供了内置的 TypeScript 工具支持: Nuxt官方类型...
  • Deployment Targets

    Deployment Targets Static Hosting Server Hosting Deployment Targets Static Hosting Nuxt also works as a static site generator. Statically render your Nuxt application and ge...
  • 开源贡献指引

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

    The rootDir property The rootDir property Define the workspace of Nuxt application Type: String Default: process.cwd() This property will be overwritten by the nuxt comman...
  • The modern Property

    The modern property The modern property Build and serve a modern bundle This feature is inspired by vue-cli modern mode Type: String or Boolean Default: false Possible...
  • modern

    API: The modern Property API: The modern Property This feature is inspired by vue-cli modern mode Type: String or Boolean Default: false Possible values: 'client' : Se...
  • generate

    cache concurrency crawler dir devtools exclude fallback interval minify routes Function which returns a Promise Function with a callback Speeding up dynamic route genera...
  • .output

    Output directory Output directory Nuxt creates the .output/ directory when building your application for production. You should not touch any files inside since the whole dire...
  • 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 ): ...
  • 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 as p...