vue-component-tree
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "vue-component-tree", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Tree view for your demo components", | ||
@@ -11,5 +11,4 @@ "main": "index.js", | ||
"dev": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config webpack.config.dev.js", | ||
"test": "karma start --single-run", | ||
"test-dev": "karma start", | ||
"test": "test" | ||
"test": "test", | ||
"test-dev": "karma start" | ||
}, | ||
@@ -16,0 +15,0 @@ "repository": { |
# vue-component-tree | ||
Tree view for your demo components | ||
### Install | ||
``` | ||
npm install vue-component-tree | ||
``` | ||
### Config | ||
Usage example. | ||
``` | ||
import Router from 'vue-router' | ||
import VueComponentTree from 'vue-component-tree' | ||
const router = new Router({ | ||
routes: [ | ||
VueComponentTree.create(require.context('./../tree', true, /.vue$/), '/demo'), | ||
] | ||
}) | ||
``` | ||
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
298882
23