https://github.com/renanstn/json-formatter
Um simples e belo formatador de JSON feito em VUE.
https://github.com/renanstn/json-formatter
bootstrap-vue json-formatter netlify vue vue-clipboard2
Last synced: about 2 months ago
JSON representation
Um simples e belo formatador de JSON feito em VUE.
- Host: GitHub
- URL: https://github.com/renanstn/json-formatter
- Owner: renanstn
- Created: 2021-07-02T20:23:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T02:18:09.000Z (over 3 years ago)
- Last Synced: 2025-03-23T13:43:05.908Z (about 1 year ago)
- Topics: bootstrap-vue, json-formatter, netlify, vue, vue-clipboard2
- Language: Vue
- Homepage: https://amazing-json-formatter.netlify.app/
- Size: 613 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# json-formatter
[](https://app.netlify.com/sites/amazing-json-formatter/deploys)
[](https://vuejs.org/)
Um simples app que formata strings JSON em um formato mais legível.
Projeto clone [deste site](https://jsonformatter.curiousconcept.com/), de finalidade semelhante.
Finalizado e hospedado no [Netlify](https://amazing-json-formatter.netlify.app/)

## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).