Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panzer-vor/bili-ui
https://github.com/panzer-vor/bili-ui
vue vue-cli vue-components
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/panzer-vor/bili-ui
- Owner: panzer-vor
- Created: 2018-05-07T08:25:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T06:09:12.000Z (almost 6 years ago)
- Last Synced: 2024-11-10T02:44:07.290Z (about 2 months ago)
- Topics: vue, vue-cli, vue-components
- Language: JavaScript
- Homepage: https://bili-ui.github.io/
- Size: 638 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bili-ui(个人的组件库开发实验性项目)
> vue2.x UI components
> 模仿[B站](https://www.bilibili.com/)UI的vue组件库 [演示地址](https://bili-ui.github.io)## 安装
- yarn
```bash
yarn add bili-ui -S
```- npm
```bash
npm install bili-ui --save
```## 使用
```js
import BiliUI from 'bili-ui' // 引入组件库Vue.use(BiliUI)
```## 开发者
- 新建组件
>向```examples/nav.config.json```添加路由,会在启动项目时自动生成组件目录与```.md```文件