- CSV components for Vue.js
- sample is in index.cdn.html
npm run build && open dist/index.html
yarn && open dist/index.html
<link rel="stylesheet" href="https://unpkg.com/vuecsv/dist/vuecsv.min.css">
<script type="text/javascript" src="https://unpkg.com/vuecsv/dist/vuecsv.min.js"></script>
name |
desc |
convert |
convert Json(with/without header) to CSV |
download |
download converted data |
name |
desc |
default |
title |
Button title |
Download |
filename |
Downloaded filename |
download |
options |
convert and download options(compatible papaparse) |
default papaparse |
header |
header string of CSV(string map) |
undefined |
dataJson |
contents of CSV(array, compatible papaparse) |
undefined |
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run all tests
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
- At first, make issue to start discuss, new feature, bug, support, or about any type of activity.
- fork repository.
- clone repository.
- build as above.
- coding.
- push your repository.
- make pull request with issue No.
- This code is released under the MIT License, see LICENSE.
- (C)2018 Yutaka Nishimura