0.2.0 • Published 6 years ago

carvue v0.2.0

Weekly downloads
42
License
-
Repository
github
Last release
6 years ago

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

0.2.0

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

1.0.0

6 years ago