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
cyberpunk-ui base vue.js
Documents
Install
npm install cyberpunk-vue
yarn add cyberpunk-vue
Quick Start
import Vue from 'vue';
import cyberpunk from 'cyberpunk-vue';
Vue.use(cyberpunk);
// or
import {
Select,
Button
// ...
} from 'cyberpunk-vue';
Vue.component(Select.name, Select);
Vue.component(Button.name, Button);
Test Coverage
Statements : 94.35% ( 217/230 )
Branches : 84.16% ( 85/101 )
Functions : 96.23% ( 102/106 )
Lines : 95.39% ( 207/217 )
TodoList
- Components
- Button
- Input
- Grid
- Layout
- Message
- Tabs
- Popover
- Collapse
- Cascader
- Carousel
- Menu
- Pagination
- Table
- Upload
- Sticky(dev...)
- Datepicker
- 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.