A UI components library which is based on Carbon-Design and VueJS

Introduction

Carvue is a UI components library which is based on Carbon-Design and VueJS with and Proud to be a vue-awesome

Document

Carvue.JS

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

Download Details:

Author: nicholaslee119

Live Demo: https://carvuejs.github.io/

GitHub: http://github.com/nicholaslee119/carbon-components-vue

#vuejs #javascript #vue-js #vue

A UI components library which is based on Carbon-Design and VueJS
177.00 GEEK