UNPKG

vue3-router-tree

Version:

This component is based on **Vue.js 3**, it represents your routes or items as a tree view, by default takes it takes the routes configuration as items, but you could provide your custom items that respects the following format :

59 lines (58 loc) 1.89 kB
{ "name": "vue3-router-tree", "version": "0.2.4", "author": "BOUSSADJRA BRAHIM", "private": false, "main": "./build/vue3-router-tree.common.js", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "bundle": "vue-cli-service build --dest build --target lib --name vue3-router-tree ./src/components/Vue3RouterTree/index.tsx", "test:unit": "vue-cli-service test:unit" }, "dependencies": { "core-js": "^3.6.5", "prismjs": "^1.23.0", "vue": "^3.0.0-0", "vue-router": "^4.0.2" }, "devDependencies": { "@types/jest": "^24.0.19", "@types/prismjs": "^1.16.2", "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-router": "~4.5.0", "@vue/cli-plugin-typescript": "~4.5.0", "@vue/cli-plugin-unit-jest": "~4.5.0", "@vue/cli-plugin-vuex": "~4.5.0", "@vue/cli-service": "~4.5.0", "@vue/compiler-sfc": "^3.0.0-0", "@vue/test-utils": "^2.0.0-0", "autoprefixer": "^9.8.6", "node-sass": "^4.12.0", "postcss": "^7.0.35", "sass-loader": "^8.0.2", "tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2", "typescript": "~3.9.3", "vue-jest": "^5.0.0-0" }, "repository": { "type": "git", "url": "git+https://github.com/boussadjra/vue3-router-tree.git" }, "license": "MIT", "homepage": "https://boussadjra.github.io/vue3-router-tree/", "files": [ "build/vue3-router-tree.common.js", "build/vue3-router-tree.common.js.map", "package.json", "*.md" ], "keywords": [ "vue.js 3", "vuejs 3", "tree view", "vue tree view", "vue component", "web component" ] }