https://github.com/gavinhome/albatro-ui
Albatro-UI, a component library based on vue2.6. At present, it is in development.
https://github.com/gavinhome/albatro-ui
Last synced: 10 days ago
JSON representation
Albatro-UI, a component library based on vue2.6. At present, it is in development.
- Host: GitHub
- URL: https://github.com/gavinhome/albatro-ui
- Owner: GavinHome
- License: mit
- Created: 2019-09-11T04:54:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:22:38.000Z (over 3 years ago)
- Last Synced: 2025-03-04T14:34:40.373Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://github.com/GavinHome/Albatro-UI
- Size: 3.84 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.en-US.md
- License: LICENSE
Awesome Lists containing this project
README
> A Vue.js 2.0 UI Toolkit for Web.
## Links
- [Element](https://github.com/ElemeFE/element)
- [FAQ](./FAQ.md)
## Install
```shell
npm install albatro-ui -S
```
## Quick Start
``` javascript
import Vue from 'vue'
import Albatro from 'albatro-ui'
Vue.use(Albatro)
// or
import {
SuperForm,
Button
// ...
} from 'albatro-ui'
Vue.component(SuperForm.name, SuperForm)
Vue.component(Button.name, Button)
```
For more information, please refer to [Quick Start](http://arbatro.github.io/#/en-US/component/quickstart) in our documentation.
## Browser Support
Modern browsers and Internet Explorer 10+.
## Changelog
Detailed changes for each release are documented in the [release notes](https://github.com/GavinHome/albatro-ui/releases).
## FAQ
We have collected some [frequently asked questions](https://github.com/GavinHome/albatro-ui/blob/master/FAQ.md). Before reporting an issue, please search if the FAQ has the answer to your problem.
## Join Discussion Group
Scan the QR code using [Dingtalk App](https://www.dingtalk.com/) to join in discussion group :

## LICENSE
[MIT](LICENSE)