文件名称:gulu:文档地址
文件大小:286KB
文件格式:ZIP
更新时间:2024-03-10 13:49:26
Vue
安装 使用yarn安装 yarn add fanlelee 使用npm安装 npm install --save fanlelee 快速上手 以Button组件为例: < template> < div xss=removed> < g>It's button g> div> template> < script > import { Button as GButton } from ' fanlelee ' import ' fanlelee/dist/gulu.css ' export default { name : ' App ' , components : {GButton} } </ script > Fanlelee用户界面 包含了基本*按钮,Toast,Icon,Input ...,
【文件预览】:
gulu-master
----.gitignore(44B)
----karma.conf.js(776B)
----README.md(1KB)
----tests()
--------fixtures()
--------unit()
----docs()
--------components()
--------README.md(867B)
--------get-started()
--------.vuepress()
--------install()
----LICENSE(1KB)
----package.json(1KB)
----src()
--------icon.js(13KB)
--------layout()
--------toast.vue(5KB)
--------carousel()
--------sticky.vue(2KB)
--------date-picker()
--------collapse()
--------icon.vue(295B)
--------main.js(141B)
--------http.js(482B)
--------pagination()
--------click-outside.js(611B)
--------plugin.js(796B)
--------cascader()
--------input.vue(2KB)
--------validator.js(2KB)
--------scroll.vue(6KB)
--------uploader.vue(7KB)
--------index.js(2KB)
--------nav()
--------popover.vue(7KB)
--------grid()
--------demo.vue(3KB)
--------table()
--------button()
--------tabs()
----styles()
--------_var.scss(779B)
----.npmignore(28B)
----.travis.yml(218B)
----babel.config.js(133B)
----yarn.lock(456KB)
----deploy.sh(509B)