# Neon **Repository Path**: gavinhome/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-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

> A Vue.js 2.0 UI Toolkit for Web. ## Links - [awesome-element](https://gitee.com/ElementUI/awesome-element) - [FAQ](./FAQ.md) ## 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+. ## Development Skip this part if you just want to use Neon. For those who are interested in contributing to Neon, please refer to our contributing guide ([中文](https://gitee.com/NeonFE/Neon/blob/master/.gitee/CONTRIBUTING.zh-CN.md) | [English](https://gitee.com/NeonFE/Neon/blob/master/.gitee/CONTRIBUTING.en-US.md) | [Español](https://gitee.com/NeonFE/Neon/blob/master/.gitee/CONTRIBUTING.es.md) | [Français](https://gitee.com/NeonFE/Neon/blob/master/.gitee/CONTRIBUTING.fr-FR.md)) to see how to run this project. ## 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. ## Contribution Please make sure to read the contributing guide ([中文](https://gitee.com/NeonFE/Neon/blob/master/.gitee/CONTRIBUTING.zh-CN.md) | [English](https://gitee.com/NeonFE/Neon/blob/master/.gitee/CONTRIBUTING.en-US.md) | [Español](https://gitee.com/NeonFE/Neon/blob/master/.gitee/CONTRIBUTING.es.md) | [Français](https://gitee.com/NeonFE/Neon/blob/master/.gitee/CONTRIBUTING.fr-FR.md)) before making a pull request. [![Let's fund issues in this repository](https://issuehunt.io/static/embed/issuehunt-button-v1.svg)](https://issuehunt.io/repos/67274736) ## Special Thanks ## Donation If you find Neon useful, you can buy us a cup of coffee ## Backers Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/element#backer)] ## Sponsors Become a sponsor and get your logo on our README on gitee with a link to your site. [[Become a sponsor](https://opencollective.com/element#sponsor)] ## Join Discusion Group Scan the QR code using [Dingtalk App](https://www.dingtalk.com/) to join in discusion group : ## LICENSE [MIT](LICENSE)