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

    Using in package.json Development Environment List of Commands target: server (default value) target: static Webpack Config Inspection Production Deployment Server Deployme...
  • Module Author Guide

    Module Author Guide Quick Start Module Anatomy Defining Nuxt Modules Best practices Async Modules Always prefix exposed interfaces Be TypeScript Friendly Avoid CommonJS synta...
  • dev

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

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

    The dev property The dev property Define the development or production mode. Type: Boolean Default: true This property is overwritten by the nuxt commands: dev is force...
  • 如何使用 Now.sh 部署?

    如何使用 Now.sh 进行部署? 如何使用 Now.sh 进行部署? 如何使用 Now.sh 进行部署? 如何使用 Now.sh 进行部署? 使用 now.sh 部署,推荐的 package.json 配置如下: { "name" : "my-app" , "dependencies" : { ...
  • Installation

    Installation Nuxt.js Fundamentals Using create-nuxt-app Starting from scratch The package.json Installing nuxt The pages directory Installation Nuxt.js is really easy...
  • 命令

    命令 命令列表 开发模式 发布部署 服务端渲染应用部署 静态应用部署 命令 Nuxt.js 提供了一系列常用的命令, 用于开发或发布部署。 命令列表 命令 描述 nuxt 启动一个热加载的Web服务器(开发模式) localhost:3000 。 nuxt build 利用webpack编译应用,压缩...
  • renderAndGetWindow

    Type: Function Argument: String String : URL to render Optional, Object : options virtualConsole: Boolean (default: true ) Returns: Promise Returns: window Get the...
  • Modules

    Modules Introduction List of Nuxt.js modules Write a basic Module Async Modules Build-only Modules Use async/await Return a Promise Common Snippets Top level options Provid...