Package Exports
- view-ui-plus
- view-ui-plus/dist/locale/en-US
- view-ui-plus/dist/locale/en-US.js
- view-ui-plus/dist/locale/zh-CN
- view-ui-plus/dist/locale/zh-CN.js
- view-ui-plus/dist/styles/viewuiplus.css
- view-ui-plus/dist/viewuiplus.min.js
- view-ui-plus/src/locale/lang/en-US.js
- view-ui-plus/src/locale/lang/zh-CN.js
- view-ui-plus/src/locale/lang/zh-TW.js
- view-ui-plus/src/utils/assist
- view-ui-plus/src/utils/assist.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (view-ui-plus) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
View UI Plus
An enterprise-level UI component library and front-end solution based on Vue.js 3
Docs
Start On Cloud IDE
https://idegithub.com/view-design/ViewUIPlus
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)
- View UI Plus Project (Based on Vite)
- View UI Plus Project (Based on TypeScript)
- View UI Plus Project (Based on Nuxt)
Install View UI Plus
Using npm:
npm install view-ui-plus --saveUsing a script tag for global use:
<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.
Usage
<template>
<Slider v-model="value" range />
</template>
<script setup>
import { ref } from 'vue'
const value = ref([20, 50])
</script>Using css via import:
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 or post on StackOverflow using [iview-ui] tag
Bugs: File a issue here - please provide a example so we can help you better
Contribute: Contact us in Gitter chat, WeChat or via mail to admin@aresn.com. PRs welcome!
Major Contributors
| Name | Avatar | Name | Avatar | Name | Avatar |
|---|---|---|---|---|---|
| Aresn | jingsam | rijn | |||
| lcx960324 | GITleonine1989 | huixisheng | |||
| Sergio Crisostomo | lison16 | Xotic750 | |||
| huanghong1125 | yangdan8 | likuner |
License
Copyright (c) 2016-present, ViewDesign