Simple tree viewer on VueJS

A really simple project showing data structure from JSON response from any api.
The app will fetch data from url input. URL must be an api return JSON response, also with allowed CORS.

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.