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
Bash
# yarn
yarn add carvue
Bash

Usage

import Vue from 'vue'
import Carvue from 'carvue'
import 'carvue/dist/carvue.min.css'

Vue.use(Carvue)
JavaScript

And you could view usage detail in the bottom panel

Development

Using the server

We recommend the use of Stroybook for developing components

  1. Start the server
npm run storybook
Bash
  1. Open your browser to http://localhost:6006

  2. Develop compponents in their respective folders (/components)

  3. Write stories for your components in /stories

  4. Build

npm run build
Bash

GitHub