jtrsan

1.0.0 • Public • Published

jtrans

前端开发环境

  • 编译es6789到es5

    • 自动编译js中{pug[...]pug}的pug代码为html

      //foo.js
      let template;
      
      template="{pug[div: img]pug}`"
      //template="<div><img/></div>" 
      
      template="{pug[$foo.pug]pug}`"
      //foo.pug中的内容为"div: img"
      //template="<div><img/></div>" 
      
      
      //以上语句等价于
      template="{pug[]pug}`"
      
      //使用绝对位置置入pug
      template="{pug[/src/$foo.pug]pug}`"
  • 编译less到css

  • pug到html

Readme

Keywords

none

Package Sidebar

Install

npm i jtrsan

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

21 kB

Total Files

10

Last publish

Collaborators

  • ccwq