0.0.10 • Published 6 years ago

vuecsv v0.0.10

Weekly downloads
41
License
MIT
Repository
github
Last release
6 years ago

vuecsv

  • CSV components for Vue.js

Demo

Use

  • sample is in index.cdn.html
npm run buildcdn && open dist/index.cdn.html
  • CDN
<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>

Methods

namedesc
convertconvert Json(with/without header) to CSV
downloaddownload converted data

Properties

namedescdefault
titleButton titleDownload
filenameDownloaded filenamedownload
optionsconvert and download options(compatible papaparse)default papaparse
headerheader string of CSV(string map)undefined
dataJsoncontents of CSV(array, compatible papaparse)undefined

Build Setup

# 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.

CONTRIBUTING

  • Welcome to contribute!

Start

  • At first, make issue to start discuss, new feature, bug, support, or about any type of activity.

develop

  • fork repository.
  • clone repository.
  • build as above.
  • coding.
  • push your repository.
  • make pull request with issue No.

LICENSE

  • This code is released under the MIT License, see LICENSE.
  • (C)2018 Yutaka Nishimura
0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago