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.
- Host: GitHub
- URL: https://github.com/marfullsen/simple-json-reader-with-vue2
- Owner: Marfullsen
- Created: 2021-04-23T01:12:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-23T01:22:39.000Z (about 5 years ago)
- Last Synced: 2025-01-10T05:36:29.884Z (over 1 year ago)
- Language: HTML
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple json reader with Vue2.
[](https://vuejs.org/)
[]()
## ¿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.