书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 630 个相关结果.
  • validate

    API: The validate Method API: The validate Method Nuxt.js lets you define a validator method inside your dynamic route component. Type: Function or Async Function ...
  • 在Netlify上部署

    Netlify 部署 如何将 Nuxt.js 部署至 Netlify? 入门 配置: Netlify 部署 如何将 Nuxt.js 部署至 Netlify? 部署到 Netlify 是一个低成本选项,可以快速在线获取 statically generated 的Nuxt.js网站。 该过程的核心在部署期间利用 nuxt generat...
  • 配 置

    配置 build css dev env generate head loading modules modulesDir plugins rootDir router server srcDir transition 配置 Nuxt.js 默认的配置涵盖了大部分使用情形,可通过 nuxt.config.js 来覆盖默...
  • Installation

    1004 2020-01-01 《Nuxt.js v2.11.x Guide》
    Installation Using create-nuxt-app Starting from scratch The package.json Installing nuxt The pages directory Installation Nuxt.js is really easy to get started with. A s...
  • Installation

    1174 2019-10-20 《Nuxt.js v2.10.x Guide》
    Installation Using create-nuxt-app Starting from scratch The package.json Installing nuxt The pages directory Installation Nuxt.js is really easy to get started with. A s...
  • nuxt-link

    API: The Component API: The Component This component is used to provide navigations between page components and enhance performances with smart prefetching. The <nuxt-lin...
  • 路由

    > Nuxt.js 依据页面文件的目录结构来生成应用的路由配置, 和上世纪宇宙最强开发语言PHP创建路由的方式一样的简单。 基础路由 动态路由 路由参数校验 嵌套路由 动态嵌套路由 过渡动效 全局过渡动效设置 页面过渡动效设置 中间件 > Nuxt.js 依据页面文件的目录结构来生成应用的路由配置, 和上世纪宇宙最强开发语言PHP创...
  • Introduction

    Introduction What is NuxtJS? Features How it Works Schema Server Rendered (Universal SSR) Single Page Applications (SPA) Static Generated (Pre Rendering) Introduction ...
  • validate

    API: validate 方法 validate 方法 API: validate 方法 validate 方法 Nuxt.js 可以让你在动态路由对应的页面组件中配置一个校验方法用于校验动态路由参数的有效性。 类型: Function validate ({ params , query }) { ...
  • Views

    Views App Template Layouts Default Layout Custom Layout Error Page Pages HTML Head Default Meta Tags Custom Meta Tags for a Page Views The Views section describes ...