ccsview

1.3.6 • Public • Published

ccsview

ccsview NPM downloads NPM downloads JS gzip size CSS gzip size Join the chat at https://gitter.im/ccsview/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

MIT

Copyright (c) 2019-present, ccsview

Package Sidebar

Install

npm i ccsview

Homepage

www.guocg.cn

Weekly Downloads

9

Version

1.3.6

License

MIT

Unpacked Size

9.25 MB

Total Files

399

Last publish

Collaborators

  • gg1990ok