view-ui-plus
Version:
A high quality UI components Library with Vue.js 3
96 lines (70 loc) • 4.67 kB
Markdown
<p align="center">
<a href="https://www.iviewui.com">
<img width="200" src="https://file.iviewui.com/view-ui-logo-new.svg">
</a>
</p>
<h1>
View UI Plus
<h3>An enterprise-level UI component library and front-end solution based on Vue.js 3</h3>
</h1>
[](https://www.npmjs.org/package/view-ui-plus)
[](https://npmjs.org/package/view-ui-plus)
[](https://npmjs.org/package/view-ui-plus)


[](https://gitter.im/iview/iview?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Docs
[https://www.iviewui.com](https://www.iviewui.com)
## Experience it online in InsCode
[https://inscode.csdn.net/@aresn/ViewDesign](https://inscode.csdn.net/@aresn/ViewDesign)
## Features
- Dozens of useful and beautiful components.
- Friendly API. It's made for people with any skills level.
- Extensive documentations and demos.
- It is quite awesome.
## Install
We provide starter kit for you.
- [View UI Plus Project (Based on Vue CLI)](https://github.com/view-design/view-ui-project-vuecli)
- [View UI Plus Project (Based on Vite)](https://github.com/view-design/view-ui-project-vite)
- [View UI Plus Project (Based on TypeScript)](https://github.com/view-design/view-ui-project-ts)
- [View UI Plus Project (Based on Nuxt)](https://github.com/view-design/view-ui-project-nuxt)
### Install View UI Plus
Using npm:
```
npm install view-ui-plus --save
```
Using a script tag for global use:
```html
<script type="text/javascript" src="viewuiplus.min.js"></script>
<link rel="stylesheet" href="dist/styles/viewuiplus.css">
```
You can find more info [on the website](https://www.iviewui.com/view-ui-plus/guide/install).
## Usage
```vue
<template>
<Slider v-model="value" range />
</template>
<script setup>
import { ref } from 'vue'
const value = ref([20, 50])
</script>
```
Using css via `import`:
```js
import 'view-ui-plus/dist/styles/viewuiplus.css'
```
## Community
If you want to contribute us or in case you are haiving any doubt.
**Questions:** Find other users at the [Gitter chat](https://gitter.im/iview/iview) or post on [StackOverflow using `[iview-ui]` tag](https://stackoverflow.com/questions/tagged/iview-ui)
**Bugs:** [File a issue here](https://www.iviewui.com/new-issue) - please provide a example so we can help you better
**Contribute:** Contact us in [Gitter chat](https://gitter.im/iview/iview), WeChat or via mail to `admin@aresn.com`. PRs welcome!
## Major Contributors
|Name|Avatar|Name|Avatar|Name|Avatar|
|---|---|---|---|---|---|
|[Aresn](https://github.com/icarusion) |  |[jingsam](https://github.com/jingsam) |  | [rijn](https://github.com/rijn) |  |
|[lcx960324](https://github.com/lcx960324) |  |[GITleonine1989](https://github.com/GITleonine1989) |  |[huixisheng](https://github.com/huixisheng) |  |
|[Sergio Crisostomo](https://github.com/SergioCrisostomo) |  | [lison16](https://github.com/lison16) |  | [Xotic750](https://github.com/Xotic750) |  |
[huanghong1125](https://github.com/huanghong1125) |  | [yangdan8](https://github.com/yangdan8) |  | [likuner](https://github.com/likuner)|  |
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2016-present, ViewDesign