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

    nuxt.config.js alias build css dev env runtimeConfig .env support publicRuntimeConfig privateRuntimeConfig Using your config values: generate head loading modules ...
  • 开始使用

    API: Nuxt(options) 以编程形式使用 Nuxt.js Nuxt(options) 调试信息 API: Nuxt(options) 以编程形式使用 Nuxt.js 如果你打算用自己的中间件和 API 运行你的服务端的话,你可以以编程的形式将 Nuxt.js 集成到你原有的应用中去。因为 Nuxt.js 基于 ES2015 编写...
  • 安装

    安装 运行 create-nuxt-app 从头开始新建项目 新建 package.json 文件 安装 nuxt pages 目录 安装 Nuxt.js 十分简单易用。一个简单的项目只需将 nuxt 添加为依赖组件即可。 运行 create-nuxt-app 为了快速入门,Nuxt.js 团队创建了脚手架工具 creat...
  • 项目目录结构

    目录结构 目录 资源目录 组件目录 布局目录 中间件目录 页面目录 插件目录 静态文件目录 Store 目录 nuxt.config.js 文件 package.json 文件 别名 目录结构 Nuxt.js 的应用目录架构提供了良好的代码分层结构,适用于开发或大或小的应用。 当然,你也可以根据自己的偏好组织应用代码。 ...
  • 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 all...
  • Configuration

    Configuration build css dev env generate head loading modules modulesDir plugins rootDir router server srcDir dir transition Configuration By default, Nuxt.js i...
  • Server-Side Rendering

    Server-Side Rendering The Complete SSR Guide Nuxt.js Quasar Framework SSR + PWA Server-Side Rendering The Complete SSR Guide We have created a standalone guide for creatin...
  • Introduction

    1487 2019-10-20 《Nuxt.js v2.10.x Guide》
    Introduction What is NuxtJS? Features How it Works Schema Server Rendered (Universal SSR) Single Page Applications (SPA) Static Generated (Pre Rendering) Introduction N...
  • validate 方法

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

    Nuxt.js gives you the possibility to host your web application on any static hosting like Surge for example. To deploy on Surge, first install it on your computer: npm install ...