书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 793 个相关结果.
  • Deploy on Vercel

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

    API: nuxt.renderAndGetWindow(url, options) API: nuxt.renderAndGetWindow(url, options) Type: Function Argument: String String : URL to render Optional, Object : options vi...
  • app.vue

    App file Minimal usage Usage with pages App file The app.vue file is the main component in your Nuxt 3 applications. Minimal usage With Nuxt 3, the pages/ directory is op...
  • renderRoute

    API: nuxt.renderRoute(route, context) nuxt.renderRoute(route, context = {}) API: nuxt.renderRoute(route, context) nuxt.renderRoute(route, context = {}) 类型: Function 参数: St...
  • 安装

    新手模板 从头开始新建项目 新建 package.json 文件 安装 nuxt pages 目录 Nuxt.js 十分简单易用。一个简单的项目只需将 nuxt 添加为依赖组件即可。 新手模板 为了便于大家快速使用,Nuxt.js提供了一个 starter 模板 。 下载模板的压缩包 或利用 vue-cli 安装使用: $...
  • Generator

    API: The Generator Class Hooks API: The Generator Class Source: generator/generator.js Hooks We can register hooks on certain life cycle events. Hook Arguments When ...
  • Rendering Modes

    Rendering Modes Client-side only rendering Pros Cons Examples Universal Rendering Pros Cons Examples Summary Coming in Nuxt 3 Hybrid Rendering Rendering on CDN edge worke...
  • Upgrading

    Upgrading Getting Started Yarn npm Upgrading Upgrading Nuxt is quick, but more involved than updating your package.json If you are upgrading to Nuxt v2.14 and want to use s...
  • The buildDir Property

    The buildDir property The buildDir property Define the dist directory for your Nuxt application Type: String Default: .nuxt nuxt.config.js export default { buildD...
  • Internals Glossary

    The Context $nuxt: The Nuxt.js helper Nuxt Modules Nuxt Class Renderer Module Container Builder Generator Using Nuxt Programmatically render renderRoute renderAndGetWind...