All Projects → uiv-lib → Uiv

uiv-lib / Uiv

Licence: mit
Bootstrap 3 components implemented by Vue 2.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Uiv

Vue Atlas
A Vue.js 2 UI component library.
Stars: ✭ 173 (-80.39%)
Mutual labels:  component-library, vuejs2, vue2
Vue Cli Multipage Bootstrap
vue-cli-multipage-bootstrap demo with vue2+vue-router+vuex+bootstrap+markdown for learning vue2.0
Stars: ✭ 105 (-88.1%)
Mutual labels:  bootstrap, vue2, bootstrap3
Coreui Free Vue Admin Template
Open source admin template based on Bootstrap 5 and Vue 3
Stars: ✭ 2,951 (+234.58%)
Mutual labels:  bootstrap, vuejs2, vue2
Xcui
🍴 A Vue.js 2.x desktop components colletion
Stars: ✭ 88 (-90.02%)
Mutual labels:  component-library, vuejs2, vue2
Fuse
A simple file sharing web service in Vue.js and Flask
Stars: ✭ 7 (-99.21%)
Mutual labels:  bootstrap, vuejs2, vue2
Atui
A Vue.js 2.0 UI Toolkit for Web
Stars: ✭ 674 (-23.58%)
Mutual labels:  ui-components, vue2
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (-20.41%)
Mutual labels:  ui-components, component-library
Elm Ui
UI library for making web applications with Elm
Stars: ✭ 878 (-0.45%)
Mutual labels:  ui-components, component-library
Vue2 Datatable
The best Datatable for Vue.js 2.x which never sucks. Give us a star 🌟 if you like it! (DEPRECATED. As I, @kenberkeley, the only maintainer, no longer works for OneWay. Bugs may be fixed but new features or breaking changes might not be merged. However, it's still the best in my mind because of its extremely flexible usage of dynamic components)
Stars: ✭ 867 (-1.7%)
Mutual labels:  vuejs2, vue2
Cordova Template Framework7 Vue Webpack
Framework7 - Vue - Webpack Cordova Template with Webpack Dev Server and Hot Module Replacement
Stars: ✭ 630 (-28.57%)
Mutual labels:  vuejs2, vue2
Vue Snotify
Vuejs 2 Notification Center
Stars: ✭ 755 (-14.4%)
Mutual labels:  vuejs2, vue2
Bh
Bootstrap Helpers for Ruby
Stars: ✭ 834 (-5.44%)
Mutual labels:  bootstrap, bootstrap3
Vuex I18n
Localization plugin for vue.js 2.0 using vuex as store
Stars: ✭ 657 (-25.51%)
Mutual labels:  vuejs2, vue2
Vuebar
(🗃️ Archived) Vue 2 directive for custom scrollbar that uses native scroll behavior. Lightweight, performant, customizable and without dependencies. Used successfully in production on https://ggather.com
Stars: ✭ 650 (-26.3%)
Mutual labels:  vuejs2, vue2
Vue Music Player
🎵Vue.js写一个音乐播放器+📖One(一个).A music player + One by Vue.js
Stars: ✭ 729 (-17.35%)
Mutual labels:  vuejs2, vue2
Primitives
An open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @modulz.
Stars: ✭ 644 (-26.98%)
Mutual labels:  ui-components, component-library
Vue Quill Editor
🍡@quilljs editor component for @vuejs
Stars: ✭ 6,874 (+679.37%)
Mutual labels:  vuejs2, vue2
Easy Vue
Learn vueJS Easily 👻
Stars: ✭ 896 (+1.59%)
Mutual labels:  vuejs2, vue2
Vue Chat
👥Vue全家桶+Socket.io+Express/Koa2打造一个智能聊天室。
Stars: ✭ 887 (+0.57%)
Mutual labels:  vuejs2, vue2
Vue Entity Adapter
Package to maintain entities in Vuex.
Stars: ✭ 20 (-97.73%)
Mutual labels:  vuejs2, vue2

uiv-logo.png

Build Status Coverage Status NPM Downloads NPM Version License

If this project has helped you out, please support it with a star 🌟.

中文文档

Introduction

uiv is a Bootstrap 3 component lib implemented by Vue 2.

  • Lightweight
    • All components ~20KB Gziped.
    • No extra CSS file.
    • Individually import supported.
  • IE 9+ & modern browsers supported.
  • SSR (server-side rendering) supported.

Documentation

To check out live examples and documents, visit https://uiv.wxsm.space.

Quick start

$ npm install uiv --save
# or
$ yarn add uiv
// main.js
import 'bootstrap/dist/css/bootstrap.min.css'

import Vue from 'vue'
import * as uiv from 'uiv'

Vue.use(uiv)

For more information, pls visit https://uiv.wxsm.space/usage/getting-started.html

Changelog

Detailed changes for each release are documented in the release notes.

Special thanks

This project is supported by JetBrains.

jetbrains-logo.png

Funding

If you think that this project is useful and wanted to support it financially, feel free to choose payment methods below. I really appreciate it.

如果你觉得该项目有用,并且想要对它进行一些经济上的资助,请在下面选择一个付款方式。感谢!

Paypal

https://www.paypal.com/paypalme/wxsm

支付宝 Alipay & 微信支付 Wechat pay

alipay.png wxpay.png

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].