A UI components library which is based on Carbon-Design and VueJS
carbon-components-vue
Carvue is a UI components library which is based on Carbon-Design and VueJS with heart and Proud to be a vue-awesome
Installation
# npm
npm install carvue
# yarn
yarn add carvue
Usage
import Vue from 'vue'
import Carvue from 'carvue'
import 'carvue/dist/carvue.min.css'
Vue.use(Carvue)
And you could view usage detail in the bottom panel
Development
Using the server
We recommend the use of Stroybook for developing components
- Start the server
npm run storybook
-
Open your browser to
http://localhost:6006
-
Develop compponents in their respective folders (
/components
) -
Write stories for your components in
/stories
-
Build
npm run build