ccsview
v1.3.6
Published
Midea-IT CCS UI
Downloads
20
Maintainers
Readme
ccsview
Midea-IT CCS UI
This branch is for Vue.js 2.x.
Features
- Dozens of useful and beautiful components.
- Friendly API. It's made for people with any skill level.
- Extensive documentation and demos.
- It is quite beautiful.
- Supports both Vue.js 2 and Vue.js 1.
Install
Please install Webpack first!
We recommend you create your project through ccsview Cli or ccsview-project. You can also use vue-cli.
Install ccsview
Using npm:
npm install ccsview --save
Using a script tag for global use:
<script type="text/javascript" src="ccsview.min.js"></script>
<link rel="stylesheet" href="dist/styles/ccsview.css">
Usage
<template>
<Slider v-model="value" range />
</template>
<script>
export default {
data () {
return {
value: [20, 50]
}
}
}
</script>
Using css via import
:
import 'ccsview/dist/styles/ccsview.css';
Compatibility
- Supports Vue.js 2.x
- Supports Vue.js 1.x - visit 1.0 docs
- Supports SSR
- Supports Nuxt.js
- Supports Electron
- ccsview does not support IE8 or below since Vue.js uses
Object.defineProperty
to track changes which is not supported by these browsers.
License
Copyright (c) 2019-present, ccsview