Carvue is a UI components library which is based on Carbon-Design and VueJS with and Proud to be a vue-awesome
# npm
npm install carvue
# yarn
yarn add carvue
import Vue from 'vue'
import Carvue from 'carvue'
import 'carvue/dist/carvue.min.css'
Vue.use(Carvue)
<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
Author: nicholaslee119
Live Demo: https://carvuejs.github.io/
GitHub: http://github.com/nicholaslee119/carbon-components-vue
#vuejs #javascript #vue-js #vue