Skip to content

Commit

Permalink
增加bower配置支持
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohuijian committed Jul 10, 2017
1 parent a5d9fa6 commit 1bfdde0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "FEZUI",
"description": "FEZUI 是一套基于 Vue 的支持多终端的用户界面交互组件库,致力于积木式的快速构建项目,自动适配PC端、手机端、Ipad端以及微信端,或内嵌各种第三方Android、IOS的APP中使用,提升产品体验和开发效率、降低开发和维护成本。",
"keywords": [
"响应式",
"多终端",
"UI交互组件",
"mobile",
"responsive",
"front-end",
"framework",
"web"
],
"homepage": "https://github.com/furic-zhao/fezui",
"license": "MIT",
"main": [
"dist/css/fezui.css",
"dist/js/fezui.js",
"dist/fonts/ionicons.eot",
"dist/fonts/ionicons.svg",
"dist/fonts/ionicons.ttf",
"dist/fonts/ionicons.woff"
]
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fezui",
"version": "1.1.12",
"description": "fezui 是一套基于 Vue 的支持多终端的开源UI交互组件库,致力于积木式的快速构建项目,提升产品体验和开发效率、降低开发和维护成本。",
"name": "FEZUI",
"version": "1.1.13",
"description": "FEZUI 是一套基于 Vue 的支持多终端的开源UI交互组件库,致力于积木式的快速构建项目,提升产品体验和开发效率、降低开发和维护成本。",
"main": "dist/js/fezui.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1bfdde0

Please sign in to comment.