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

    Comments Block Comments Conditional Comments Comments Buffered comments look the same as single-line JavaScript comments. They act sort of like markup tags, producing HTML co...
  • 在 Markdown 中 使用 Vue

    在 Markdown 中 使用 Vue 浏览器的 API 访问限制 模板语法 插值 指令 访问网站以及页面的数据 Escaping 使用组件 使用预处理器 脚本和样式提升 内置的组件 " level="3">OutboundLink " level="3">ClientOnly " level="3">Content " l...
  • Using Vue in Markdown

    1011 2020-02-01 《VuePress 1.x Document》
    Using Vue in Markdown Browser API Access Restrictions Templating Interpolation Directives Access to Site & Page Data Escaping Using Components Using Components In Headers U...
  • Filters

    Filters Warning Inline Syntax Filtered Includes Nested Filters Custom Filters Filters Filters let you use other languages in Pug templates. They take a block of plain text...
  • Mixins

    Mixins Mixin Blocks Mixin Attributes Note Note Default Argument’s Values Rest Arguments Mixins Mixins allow you to create reusable blocks of Pug. //- Declaration mixin...
  • 预处理器

    使用预处理器 CSS sass-loader 警告 加载一个全局设置文件 JavaScript 模版 行内 Loader Requests 使用预处理器 在 webpack 中,所有的预处理器需要匹配对应的 loader。vue-loader 允许你使用其它 webpack loader 处理 Vue 组件的某一部分。它会根据 lang...
  • 在 Markdown 中 使用 Vue

    在 Markdown 中 使用 Vue 浏览器的 API 访问限制 模板语法 插值 指令 访问网站以及页面的数据 Escaping 使用组件 在标题中使用组件 使用预处理器 脚本和样式提升 内置的组件 OutboundLink stable ClientOnly stable Content 1.0.0+ Badge beta 0....
  • Vue

    Vue 帮助我们改善文档 Vue 支持扩展类型: vue Vue.js 是一个渐进式、增量采用、在 web 环境构建用户界面的 JavaScript 框架。Parcel 对 Vue 支持是开箱即用的。 <!-- index.html --> <!DOCTYPE html> <html lang = "en" > <hea...
  • 4.使用模板引擎

    r# 使用Express模板引擎模板引擎 template engine 可以使你在应用中使用静态模板文件。运行时,模板引擎可以将模板文件中的变量替换成实际值,并且将模板转换成 HTML 文件发送给客户端。这种方法让页面设计变得更加简单。 经常和Express一起搭配使用的模板引擎有 Pug ,Mustache ,以及 EJS .Express app...
  • 纯文本

    纯文本 Plain Text ~~ Plain Text 标签中的纯文本 ~~ Inline in a Tag 原始 HTML ~~ Literal HTML 管道文本 ~~ Piped Text 标签中的纯文本块 ~~ Block in a Tag 空格控制 ~~ Whitespace Control 推荐方案 ~~ Recommended Sol...