@leisure01/view-ui-plus
TypeScript icon, indicating that this package has built-in type declarations

1.3.20 • Public • Published

View UI Plus

An enterprise-level UI component library and front-end solution based on Vue.js 3

View UI Plus自从发布1.3.1版本后基本上就不再维护更新,但由于工作开发中涉及该UI库,因此本人另开分支继续维护开发使用。

View UI Plus NPM downloads NPM downloads JS gzip size CSS gzip size Join the chat at https://gitter.im/iview/iview

Docs

https://www.iviewui.com

Start On Cloud IDE

https://idegithub.com/view-design/ViewUIPlus

Install View UI Plus

Using npm:

npm i @leisure01/view-ui-plus --save

Using 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.

Import View UI Plus

import { createApp } from 'vue'
import ViewUIPlus from "@leisure01/view-ui-plus"; //引入ViewUIPlus
import App from './App.vue'
import router from './router'
import store from './store'
import "@leisure01/view-ui-plus/dist/styles/viewuiplus.css";

const app = createApp(App)

app.use(store)
  .use(router)
  .use(ViewUIPlus)
  .mount('#app')

Usage

<template>
    <Slider v-model="value" range />
</template>
<script setup>
    import { ref } from 'vue'
    const value = ref([20, 50])
</script>

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

MIT

Copyright (c) 2016-present, ViewDesign

Package Sidebar

Install

npm i @leisure01/view-ui-plus

Weekly Downloads

3

Version

1.3.20

License

MIT

Unpacked Size

6.38 MB

Total Files

644

Last publish

Collaborators

  • leisure01