UNPKG

vue-json-tree

Version:

Vue component that renders JSON data in a collapsible tree structure.

15 lines (14 loc) 224 B
version: 2 jobs: dist: docker: - image: circleci/node:8.9.4-stretch-browsers steps: - checkout - run: npm install - run: npm run dist workflows: version: 2 build: jobs: - dist