# Neon
**Repository Path**: NeonFE/Neon
## Basic Information
- **Project Name**: Neon
- **Description**: A Vue.js 2.0 UI Compoments Toolkit for Web.
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2019-03-13
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
> A Vue.js 2.0 UI Toolkit for Web.
## Install
```shell
npm install neons-ui -S
```
## Quick Start
``` javascript
import Vue from 'vue'
import Neon from 'neons-ui'
Vue.use(Neon)
// or
import {
Select,
Button
// ...
} from 'neons-ui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
```
For more information, please refer to [Quick Start](http://neonfe.gitee.io/neon/#/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://gitee.com/NeonFE/Neon/releases).
## FAQ
We have collected some [frequently asked questions](https://gitee.com/NeonFE/Neon/blob/master/FAQ.md). Before reporting an issue, please search if the FAQ has the answer to your problem.
## Special Thanks
- [Element UI](http://element.eleme.io)
- [Element FE](https://github.com/ElemeFE)
- [awesome-element](https://gitee.com/ElementUI/awesome-element)
- [FAQ](./FAQ.md)
## Join Discusion Group
Scan the QR code using [Dingtalk App](https://www.dingtalk.com/) to join in discusion group :
## LICENSE
[MIT](LICENSE)