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

    The telemetry property The telemetry Property Why collect Telemetry Opting-out The telemetry property Nuxt collects anonymous telemetry data about general usage. This helps u...
  • Roadmap

    Roadmap 📢 Announcements 📅 Release schedule Current Releases 🛣️ Roadmap 📦 Core Modules Roadmap Nuxt is constantly evolving, with new features and modules being added all the...
  • Commands and Deployment

    Commands and deployment Using in package.json Development Environment List of Commands target: server (default value) target: static Webpack Config Inspection Production Depl...
  • Usage

    API: Using Nuxt.js Programmatically Nuxt Constructor Debug logs API: Using Nuxt.js Programmatically You might want to use your own server with your middleware and your API. T...
  • Migration Guide

    Migration Guide Feature Comparison Migration Guide Already have a Nuxt project to migrate? These migration guides are for users wanting to upgrade their Nuxt application to Nux...
  • dev

    Type: Boolean Default: true Define the development or production mode of Nuxt.js. This property is overwritten by the nuxt commands: dev is forced to true with nuxt d...
  • Installation

    Installation Online playground Prerequisites Using create-nuxt-app Manual Installation Set up your project What is a package.json file? Install Nuxt Create your first page S...
  • renderRoute

    API: nuxt.renderRoute(route, context) API: nuxt.renderRoute(route, context) Type: Function Arguments: String : route to render Optional, Object , context given, available ke...
  • dev

    The dev Property The dev Property Type: Boolean Default: true Define the development or production mode of Nuxt.js. This property is overwritten by nuxt commands : de...
  • Modules directory

    Modules directory Exploring Nuxt Modules The modules Property Write your own Module 1) ModuleOptions Top level options 2) this.options Add a CSS Library Emit assets 3) this...