Skip to content

xxyj/JRUI

 
 

Repository files navigation

JR

UI components based on RegularJS

=> Documents <=

Usage

  • For browser:
//dist/css/JR.default.min.css
//dist/vendor/regular.min.js
//dist/js/JR.min.js
  • For Node(lose):
npm i regularjs@0.4.3 JR -S

const JRUI = require('JR');

sinppets(代码片段)

  • vscode:

File > Preferences (Code > Preferences on Mac) > Snippets,选择 HTML,把 snippets.json 内容拷贝进去

--subline,textmate:

基于vscode的配置信息,使用node-atomizr 进行转换

Reference

LICENSE

MIT

Packages

No packages published

Languages

  • JavaScript 84.5%
  • HTML 15.5%