Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Hold on, we're currently generating a fresh version of this report
Generated on May 1, 2024 via pnpm

vue-router 4.2.5

> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).
Package summary
Share
0
issues
4
licenses
23
MIT
1
BSD-2-Clause
1
ISC
1
BSD-3-Clause
Package created
24 Nov 2014
Version published
22 Sep 2023
Maintainers
2
Total deps
26
Direct deps
2
License
MIT

Issues

0
This package has no issues

Licenses

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
23 Packages, Including:
@babel/helper-string-parser@7.24.1
@babel/helper-validator-identifier@7.24.5
@babel/parser@7.24.5
@babel/types@7.24.5
@jridgewell/sourcemap-codec@1.4.15
@vue/compiler-core@3.4.26
@vue/compiler-dom@3.4.26
@vue/compiler-sfc@3.4.26
@vue/compiler-ssr@3.4.26
@vue/devtools-api@6.6.1
@vue/reactivity@3.4.26
@vue/runtime-core@3.4.26
@vue/runtime-dom@3.4.26
@vue/server-renderer@3.4.26
@vue/shared@3.4.26
csstype@3.1.3
estree-walker@2.0.2
magic-string@0.30.10
nanoid@3.3.7
postcss@8.4.38
to-fast-properties@2.0.0
vue-router@4.2.5
vue@3.4.26

BSD 2-Clause "Simplified" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
entities@4.5.0

ISC License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
Cannot
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
picocolors@1.0.0

BSD 3-Clause "New" or "Revised" License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
place-warranty
Cannot
use-trademark
hold-liable
Must
include-copyright
include-license
1 Packages, Including:
source-map-js@1.2.0
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

2
All Dependencies CSV
β“˜ This is a list of vue-router 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
@vue/devtools-api6.6.132.48 kBMIT
prod
vue3.4.262.09 MBMIT
prod peer

Visualizations

Frequently Asked Questions

What does vue-router do?

Vue-Router is a potent tool utilized for managing routes in Vue applications. A part of the Vue Ecosystem, this open-source project falls under the MIT-license. It enables JavaScript developers to conveniently manage multiple views in their single-page Vue.js applications. Working most effectively with Vue 3, the vue-router helps implement dynamic routing and navigation to bring SPA (Single Page Application) functionalities to life, without reloading the entire page.

How do you use vue-router?

Installing and integrating Vue-Router into your project is relatively straightforward. Start by adding it to an existing Vue project via NPM using the following command:

npm install vue-router@4

Then, you can script it from a Content Delivery Network (CDN) using the following line of code in your HTML file:

<script src="https://unpkg.com/vue-router@4"></script>

Moreover, developers have access to an in-browser playground on CodeSandbox to conveniently test and experiment with this routing tool.

Where are the vue-router docs?

For comprehensive understanding and to explore all functionalities, the Vue-Router documentation is available at https://router.vuejs.org. The documentation details everything from getting started with Vue-Router to managing nested routes and performing lazy loading. Additionally, for those transitioning from Vue Router 3, a dedicated Migration Guide is readily available on the documentation page. You can also contribute to the ongoing development of Vue-Router by referring to the provided Contributing Guide.