A component library for Better Vue developmemt


Keywords
base-ui, component, baseui, componet, framework, rollup, ui-components, vue, web
License
MIT
Install
npm install base-ui@0.0.294

Documentation

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.