jr-ui
v0.0.10
Published
UI components based on RegularJS
Downloads
4
Readme
JR
UI components based on RegularJS
Usage
- For browser:
//dist/css/JR.default.min.css
//dist/vendor/regular.min.js
//dist/js/JR.min.js
- For Node(lose):
npm i [email protected] JR -S
const JRUI = require('JR');
sinppets(代码片段)
- vscode:
File > Preferences (Code > Preferences on Mac) > Snippets,选择 HTML,把 snippets.json 内容拷贝进去
- atom: File > Snippets,把 snippets.cson 内容拷贝进去
--subline,textmate:
基于vscode的配置信息,使用node-atomizr 进行转换
Reference
- nek - forked from
- Vue - docs style
- Ant Design - ideas
- Element - ideas
LICENSE
MIT