书栈网 · BookStack 本次搜索耗时 0.011 秒,为您找到 274 个相关结果.
  • Inheritance: Extends and Block

    Template Inheritance Block append / prepend Common mistakes Template Inheritance Pug supports template inheritance. Template inheritance works via the block and extends key...
  • Getting Started

    Getting Started Installation Overview Getting Started Installation Pug is available via npm : $ npm install pug Overview The general rendering process of Pug is si...
  • Pre-compilation

    921 2019-08-04 《Riot.js Manual》
    Pre-compilation Riot loaders Compilation via Node Compilation via Riot.js CLI Using Watch mode Custom extension ES6 Config file Build your whole application Pre-compila...
  • 与 Express 集成

    与 Express 集成 ~~ Express Integration 生产环境下的默认配置 ~~ Production Defaults 与 Express 集成 ~~ Express Integration Express 良好地集成了 Pug。这是一个流行的 Node.js 网站框架,Pug 在其中扮演一个视图引擎的角色。您可以阅读 Exp...
  • Doctype

    Doctype Doctype 缩写 ~~ Doctype Shortcuts Doctype 选项 ~~ Doctype Option Doctype doctype html Doctype 缩写 ~~ Doctype Shortcuts 以下是一些常用的 doctype 的缩写: ``` ## 自定义 doctype ...
  • How to use CSS pre-processors?

    How to use CSS pre-processors? How to use CSS pre-processors? Thanks to Vue Loader , you can use any kind of pre-processor for your <template> , <script> or <style> : simply u...
  • 包含

    包含 Include ~~ Includes 包含纯文本 ~~ Including Plain Text 使用过滤器包含文本 ~~ Including Filtered Text 包含 Include ~~ Includes 包含(include)功能允许您把另外的文件内容插入进来。 \\\\\\\\\\ index . pug //- i...
  • How to use pre-processors?

    How to use CSS pre-processors? How to use CSS pre-processors? Thanks to Vue Loader , you can use any kind of pre-processor for your <template> , <script> or <style> : simpl...
  • 如何在 Nuxt.js 中使用预处理器?

    如何在 Nuxt.js 中使用预处理器? 如何在 Nuxt.js 中使用预处理器? 得益于 vue-loader , 我们可以通过 lang 属性在组件中的<template> , <script> 或 <style> 上使用各种预处理器。 举个例子,我们在 pages/index.vue 组件中使用 Pug , CoffeeScript ...
  • 预处理器

    预处理器 如何在 Nuxt.js 中使用预处理器? 预处理器 如何在 Nuxt.js 中使用预处理器? 得益于 vue-loader , 我们可以通过 lang 属性在组件中的<template> , <script> 或 <style> 上使用各种预处理器。 举个例子,我们在 pages/index.vue 组件中使用 Pug ,...