JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q24892F
  • License MIT

A Dark-Style Component Library for Vue.js.

Package Exports

  • cyberpunk-vue

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cyberpunk-vue) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

cyberpunk-vue

A Dark Style Component Library for Vue.js.

Build Status NPM Download NPM Version license Github Star

Documents

Install

npm install cyberpunk-vue
yarn add cyberpunk-vue

Quick Start

import Vue from 'vue';
import cyberpunk from 'cyberpunk-vue';
import 'cyberpunk-vue/lib/cyberpunk-vue.css';

Vue.use(cyberpunk);

// or
import {
  Button,
  Input
  // ...
} from 'cyberpunk-vue';

Vue.use(Button);
Vue.use(Input);

Test Coverage

Statements   : 94.35% ( 217/230 )
Branches     : 84.16% ( 85/101 )
Functions    : 96.23% ( 102/106 )
Lines        : 95.39% ( 207/217 )

TodoList

  • Components
    • Icon
    • Button
    • Input
    • Grid
    • Layout
    • Message
    • Tabs
    • Popover
    • Collapse
    • Cascader
    • Carousel
    • Menu
    • Pagination
    • Table
    • Upload
    • Sticky
    • Datepicker(dev...)
    • Scroll
  • Complete unit test case coverage 90%+.
  • Release first version of NPM
  • Docs
    • Multi-language support for documentation.
    • Complete Chinese and English README.
    • Complete documentation for all components.
    • Optimize the style of the document site.

Thanks

LICENSE

MIT