vc-table
Version:
table component based on vue.js & bootstrap
85 lines (51 loc) • 1.1 kB
Markdown
<p align="center">
<a href="http://vuejs.org" target="_blank"><img width="100"src="http://vuejs.org/images/logo.png"></a>
<br>
<img src="https://img.shields.io/badge/Vim-Best%20Editor-green.svg" alt="Vim, The Best Editor" />
<br>
<br>
<a href="https://github.com/airbnb/javascript"><img src="https://cdn.rawgit.com/feross/standard/master/badge.svg" alt="js-standard-style"></a>
</p>
<h1 align="center">@Vue Component - vc-table</h1>
## Install
`npm install vc-table --save`
## Demo
[online demo](https://iwaimai-bi-fe.github.io/vc-table/examples/)
## Dev
* build
```node
npm run build
```
* build dev
```node
npm run build:dev
```
* build production
```node
npm run build:prod
```
* build example
```node
npm run build:example
```
* run server
```node
npm run start
```
* dev
```node
npm run dev
```
* example
```node
npm run example
```
* publish
```node
npm run release
```
## Changelog
[changelog](https://github.com/iwaimai-bi-fe/vc-table/blob/master/CHANGELOG.md)
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2016