An open API service indexing awesome lists of open source software.

https://github.com/marfullsen/simple-json-reader-with-vue2

Just a simple reader of data from a json file using Vue2.
https://github.com/marfullsen/simple-json-reader-with-vue2

Last synced: over 1 year ago
JSON representation

Just a simple reader of data from a json file using Vue2.

Awesome Lists containing this project

README

          

# Simple json reader with Vue2.
[![Vue2](https://img.shields.io/badge/Vue-2.x-green.svg)](https://vuejs.org/)
[![Screenshot](./docs/screenshot.png)]()

## ¿Qué es este repo?
Nada más que un lector de archivos json, el prototipo inicial que se utilizó en el proyecto OptimarDB (el repo original privado).

## Características
- Vue2, archivo minificado.
- Acordeón para desplegar la info.
- Single Web Application (SWA).
- Responsive.

## Agradecimientos
Vue es un gran fw para trabajar en FrontEnd, lo recomiendo totalmente.