UI components based on RegularJS
- 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');
- vscode:
File > Preferences (Code > Preferences on Mac) > Snippets,选择 HTML,把 snippets.json 内容拷贝进去
- atom: File > Snippets,把 snippets.cson 内容拷贝进去
--subline,textmate:
基于vscode的配置信息,使用node-atomizr 进行转换
- nek - forked from
- Vue - docs style
- Ant Design - ideas
- Element - ideas
MIT