carvue

0.2.0 • Public • Published

NPM Tests Deps Coverage Awesome

Introduction

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

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 Demo.

And you could view usage detail in the bottom panel

Document

Document

Readme

Keywords

none

Package Sidebar

Install

npm i carvue

Weekly Downloads

15

Version

0.2.0

License

none

Unpacked Size

2.89 MB

Total Files

9

Last publish

Collaborators

  • nicholaslee119