Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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的组件库
- Host: GitHub
- URL: https://github.com/ovyvo/rocket-ui
- Owner: OVYVO
- Created: 2021-02-03T06:54:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-29T01:50:00.000Z (10 months ago)
- Last Synced: 2024-11-10T09:41:07.259Z (2 months ago)
- Topics: vue, vue-components, vuejs
- Language: HTML
- Homepage:
- Size: 2 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)