All Projects → edisdev → download-json-data

edisdev / download-json-data

Licence: MIT License
Download json data, csv, excel or json file with Vue Component

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to download-json-data

Her
Her is an ORM (Object Relational Mapper) that maps REST resources to Ruby objects. It is designed to build applications that are powered by a RESTful API instead of a database.
Stars: ✭ 1,974 (+7796%)
Mutual labels:  json-data
vue-modal
Reusable Modal component, supports own custom HTML, text and classes.
Stars: ✭ 29 (+16%)
Mutual labels:  vuecomponent
postal-codes-json-xml-csv
Collection of postal codes in different formats, ready for importing.
Stars: ✭ 181 (+624%)
Mutual labels:  json-data
Postgresql For Doctrine
PostgreSQL enhancements for Doctrine. Provides support for advanced data types (json, jssnb, arrays), text search, array operators and jsonb specific functions.
Stars: ✭ 181 (+624%)
Mutual labels:  json-data
krates
📦 A free HTTP based JSON storage service
Stars: ✭ 36 (+44%)
Mutual labels:  json-data
DataStore
Visual develop tool of creating mocked Json
Stars: ✭ 30 (+20%)
Mutual labels:  json-data
Groq
Specification for GROQ - Graph-Relational Object Queries
Stars: ✭ 117 (+368%)
Mutual labels:  json-data
covid-19
Current and historical coronavirus covid-19 confirmed, recovered, deaths and active case counts segmented by country and region. Includes csv, json and sqlite data along with an interactive website explorer.
Stars: ✭ 15 (-40%)
Mutual labels:  json-data
jsonfiddle
JSON Fiddling
Stars: ✭ 14 (-44%)
Mutual labels:  json-data
soda-for-java
SODA (Simple Oracle Document Access) for Java is an Oracle library for writing Java apps that work with JSON (and not only JSON!) in the Oracle Database. SODA allows your Java app to use the Oracle Database as a NoSQL document store.
Stars: ✭ 61 (+144%)
Mutual labels:  json-data
Kazaam
Arbitrary transformations of JSON in Golang
Stars: ✭ 184 (+636%)
Mutual labels:  json-data
Miller
Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
Stars: ✭ 4,633 (+18432%)
Mutual labels:  json-data
py-jsonq
A simple Python package to Query over Json Data
Stars: ✭ 100 (+300%)
Mutual labels:  json-data
Bfj
MOVED TO GITLAB
Stars: ✭ 164 (+556%)
Mutual labels:  json-data
PowerJSON
Powerjson is json's improved data format.
Stars: ✭ 24 (-4%)
Mutual labels:  json-data
Steamwebapi2
🎮 C# / .NET library that makes it easy to use the Steam Web API. It conveniently wraps around all of the JSON data and ugly API details with clean methods, structures and classes.
Stars: ✭ 159 (+536%)
Mutual labels:  json-data
graphql-cli-load
A graphql-cli data import plugin to call mutations with data from JSON/CSV files
Stars: ✭ 63 (+152%)
Mutual labels:  json-data
jsonpyes
The tool which imports raw JSON to ElasticSearch in one line of commands
Stars: ✭ 67 (+168%)
Mutual labels:  json-data
brackit
Query processor with proven optimizations, ready to use for your document store to query semi-structured data with a JSONiq like extension of XQuery. Can also be used as an ad-hoc in-memory query processor.
Stars: ✭ 28 (+12%)
Mutual labels:  json-data
api-data
Static JSON data from the API, plus a JSON Schema
Stars: ✭ 88 (+252%)
Mutual labels:  json-data

Download Json Data with VUE Components

Install

   yarn add json-data-convert-file   

Using

import download components


import Download from '@/components/Download'

  <Download :download-data="periodicTable"
           file-type="xls"
           file-name="Periyodik Tablo - Bazı Elementler"
           :data-titles="titles"
           class="periodic_table color-1"
           button-text="Download Period Table As Excel"/>

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

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].