Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ovyvo/rocket-ui

适用于vue2.x的组件库
https://github.com/ovyvo/rocket-ui

vue vue-components vuejs

Last synced: 2 months ago
JSON representation

适用于vue2.x的组件库

Awesome Lists containing this project

README

        






















> 适用于 Vue2.0 的简易组件库

## 安装

```shell
npm install rockets-ui -S
// or
yarn add rockets-ui -S
// or
cnpm install rockets-ui -S
```

## 快速开始

```javascript
import Vue from 'vue'
import RocketsUI from 'rockets-ui'
import 'rockets-ui/lib/index.css'

Vue.use(RocketsUI)

// or
import {
Statistics
// ...
} from 'rockets-ui'
import 'rockets-ui/lib/index.css'

Vue.component(Statistics.name, Statistics)
```

> 详情参见 [快速开始](https://ovyvo.github.io/rocket-ui/guide/install.html) 文档.

## 链接

- 项目搭建及技术点分析详见[个人博客](https://ovyvo.github.io/yanblog.github.io/)

## LICENSE

[MIT](LICENSE)