书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 173 个相关结果.
  • Create a new app

    Crate a new Express app What’s in the app? app.js node_modules/ public/ views/ bin/ package.json routes/ Crate a new Express app At this point, you should be able to go...
  • 前端

    前端 v1:纯静态 技术栈 参考 v2:预处理 + 模板 jade less 发布 v3:render 前端 v1:纯静态 技术栈 http://light7.cn/ http://zeptojs.com/ http://www.swiper.com.cn/ 参考 http://www.smartisan.co...
  • 自定义网页预览

    网页预览定制工作流程 自定义网页预览 preview-templates 详情 范例 preview-templates 拓展 网页预览定制工作流程 Cocos Creator 从 v2.2 开始新增了自定义网页预览功能。 自定义网页预览 在项目文件夹下创建 preview-templates 文件。 结构类似: project...
  • 迁移到 Pug v2

    迁移到 Pug v2 ~~ Migrating to Pug 2 新的名称 ~~ Project Rename 已经移除的语言特性 ~~ Removed Language Features 传统 Mixin 调用 ~~ Legacy Mixin Call 属性嵌入 ~~ Attribute Interpolation 带有前缀的 each 语法 ~~...
  • Context

    dynamic requires context module dynamic require rewriting parser evaluation require.context context module API ContextReplacementPlugin Critical dependencies Example ...
  • 语法

    语法 行结束标志 标签 标签文本 注释 块注释 内联 块展开 属性 HTML Doctypes 语法 行结束标志 CRLF 和 CR 会在编译之前被转换为 LF 标签 标签就是一个简单的单词: html 它会被转换为 <html></html> 标签也是可以有id的: di...
  • 过滤器

    过滤器 过滤器 过滤器前缀 : , 比如 :markdown 会把下面块里的文本交给专门的函数进行处理。查看顶部 特性 里有哪些可用的过滤器。 body : markdown Woah ! jade _and_ markdown , very ** cool ** we can even link to ...
  • Migrating to Pug 2

    Migrating to Pug 2 Project Rename Removed Language Features Legacy Mixin Call Attribute Interpolation Prefixed each Syntax Removed API Properties doctype nodes selfClosing ...
  • hello world

    hello world Koa 1.x Koa 2.x 路由 Koa 1.x Koa 2.x 切换视图模板引擎 hello world Koa 1.x $ koa helloworld Koa 2.x $ koa2 helloworld 路由 写法说明 Koa 1.x 只要是koa-router写的路由...
  • Grunt watch

    Grunt-watch w/Livereload Add Livereload to layout.jade Grunt-watch w/Livereload Now that we have Grunt set up with Sass, when we run the grunt task in the CLI, this will proc...