Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-component-tree

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-component-tree - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

7

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc