书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 793 个相关结果.
  • 开发工具

    开发工具 端对端测试 ESLint 开发工具 测试是 Web 应用开发过程中不可获缺的工作。Nuxt.js 尽量帮助你简化这部分工作。 端对端测试 ava 是一个很强大的 JavaScript 测试框架,结合 jsdom ,我们就可以轻松地给 nuxt 应用进行端对端测试。 首先,我们需要添加 ava 和 jsdom ...
  • Context and Helpers

    Using page parameters for your API query Redirecting users & accessing the store Helpers $nuxt : The Nuxt.js helper Connection checker Accessing the root instance Refreshing p...
  • router

    API: The router Property base routeNameSplitter extendRoutes fallback linkActiveClass linkExactActiveClass linkPrefetchedClass middleware mode parseQuery / stringifyQuery ...
  • modern

    The modern Property The modern Property This feature is inspired by vue-cli modern mode Type: String or Boolean Default: false Possible values: 'client' : Serve both, t...
  • Views

    Views Pages Properties of a page component Layouts Default Layout Custom Layout Error Page Document: App.html Views The Views section describes all you need to know to co...
  • Contribution Guide

    Contribution Guide Reporting Issues Pull Requests Getting started Setup Test structure Fixtures Unit tests Testing your changes Examples Linting Documentation Final check...
  • Contribution Guide

    Contribution Guide Reporting Issues Pull Requests Getting started Setup Test structure Fixtures Unit tests Testing your changes Examples Linting Documentation Final check...
  • Builder

    Builder Class Hooks Builder Class 来源: builder/builder.js Hooks 我们可以在某些生命周期事件中注册钩子。 // Add hook for build this . nuxt . hook ( 'build:done' , ( builder ) => { ...
  • 支持 TypeScript

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

    如何在Dokku上部署Nuxt.js应用程序? 如何在Dokku上部署Nuxt.js应用程序? 我们建议阅读Dokku文档的设置 和使用Dokku部署Node.js应用程序 例如,我们将调用我们的Nuxt.js应用程序my-nuxt-app 。 我们需要告诉Dokku安装项目的devDependencies (能够启动npm run build...