All Projects → sin-group → base-ui

sin-group / base-ui

Licence: MIT license
A component library for Vue developmemt

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to base-ui

hubble-contracts
Hubble optimistic rollup
Stars: ✭ 102 (+191.43%)
Mutual labels:  rollup
prepublish
Simplifies the prepare step (bundling, transpiling, rebasing) during publishing NPM packages.
Stars: ✭ 21 (-40%)
Mutual labels:  rollup
spot-the-bot
A cooperative WebVR game by Hook Studios. Checkout other WebVR experiments at https://webvrexperiments.com
Stars: ✭ 17 (-51.43%)
Mutual labels:  rollup
size-plugin-bot
A Github bot for size-plugin
Stars: ✭ 76 (+117.14%)
Mutual labels:  rollup
ctx-core
A composable monorepo web-service/front-end toolkit
Stars: ✭ 25 (-28.57%)
Mutual labels:  rollup
rollup-plugin-sizes
Rollup plugin to display bundle contents & size information
Stars: ✭ 77 (+120%)
Mutual labels:  rollup
bundle
An online tool to quickly bundle & minify your projects, while viewing the compressed gzip/brotli bundle size, all running locally on your browser.
Stars: ✭ 475 (+1257.14%)
Mutual labels:  rollup
ts-lib-scripts
以 🚀 速度创建零配置 TypeScript 库项目的命令行工具
Stars: ✭ 56 (+60%)
Mutual labels:  rollup
aria-vue
Testing tools for Vue components
Stars: ✭ 21 (-40%)
Mutual labels:  rollup
bymattlee-11ty-starter
A starter boilerplate powered by 11ty, Sanity, Gulp, Tailwind CSS, rollup.js, Alpine.js and Highway.
Stars: ✭ 27 (-22.86%)
Mutual labels:  rollup
cryptoformat
Javascript library to format and display cryptocurrency and money
Stars: ✭ 40 (+14.29%)
Mutual labels:  rollup
pocky-deprecated
rollup + nodemon = pocky
Stars: ✭ 30 (-14.29%)
Mutual labels:  rollup
svelte-template-hot
Copy of official Svelte template with added HMR support
Stars: ✭ 61 (+74.29%)
Mutual labels:  rollup
pansy
🛠️ A zero configuration library bundler.
Stars: ✭ 14 (-60%)
Mutual labels:  rollup
form-validation
FormValidation, the best validation library for JavaScript
Stars: ✭ 137 (+291.43%)
Mutual labels:  rollup
trample
A Web/Node General Utils Library
Stars: ✭ 36 (+2.86%)
Mutual labels:  rollup
es6-sample-project
An ES6 sample project using Rollup, Bublé, Sass
Stars: ✭ 29 (-17.14%)
Mutual labels:  rollup
rollup-plugin-collect-sass
Collect Sass, then compile
Stars: ✭ 17 (-51.43%)
Mutual labels:  rollup
ol-extent
🍭 🎩 👻 | a JavaScript library for openlayers extent
Stars: ✭ 11 (-68.57%)
Mutual labels:  rollup
simple-cloud-music
简洁的的第三方网易云音乐播放器
Stars: ✭ 306 (+774.29%)
Mutual labels:  rollup

Base-UI

Vue Component Library for Better Web Developing.

Links

Install

npm install base-ui --save

Get Started

// node modules dependency
import Vue from 'vue';
import BaseUI from 'base-ui';

// base-ui style
import 'base-ui/dist/base-ui.css';

// use plugin
Vue.use(BaseUI);

Contribution

Please make sure to read the Contributing Guide before making a pull request.

Dependencies

Licence

This project is licensed under the terms of the MIT license.

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