Awesome
<div align="center"> <a href="https://github.com/nicholaslee119/carbon-components-vue"> <img src="https://github.com/nicholaslee119/carbon-components-vue/blob/master/CarvueLogo.png"> </a> </div>Introduction
Carvue is a UI components library which is based on Carbon-Design and VueJS with ❤️ and Proud to be a vue-awesome 🎉
Document
Installation
# npm
npm install carvue
# yarn
yarn add carvue
Usage
webpack
import Vue from 'vue'
import Carvue from 'carvue'
import 'carvue/dist/carvue.min.css'
Vue.use(Carvue)
CDN
<script src="https://cdn.jsdelivr.net/npm/vue"></script>
<script src="https://cdn.jsdelivr.net/npm/carvue/dist/build.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/carvue/dist/carvue.min.css"></link>
You could view available Vue Components in this Document