- CSV components for Vue.js
- sample is in index.cdn.html
npm run buildcdn && open dist/index.cdn.html
- CDN
<link rel="stylesheet" href="https://unpkg.com/vuecsv/dist/static/css/app.cdn.css">
<script type="text/javascript" src="https://unpkg.com/vuecsv/dist/static/js/app.cdn.js"></script>
# 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
# build for production support browser
npm run buildcdn
# run unit tests
npm run unit
# run all tests
npm testFor a detailed explanation on how things work, check out the guide and docs for vue-loader.
- This code is released under the MIT License, see LICENSE.
- (C)2018 Yutaka Nishimura