Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🚦 The official router for Vue 2

License

NotificationsYou must be signed in to change notification settings

vuejs/vue-router

Repository files navigation

This is vue-router 3.0 which works only with Vue 2.0.

Supporting Vue Router

Vue Router is part of the Vue Ecosystem and is an MIT-licensed open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:

Gold Sponsors

VueJobs

Silver Sponsors

VueMasteryPrefect

Bronze Sponsors

Stanislas OrmièresAntony KonstantinidisStoryblokNuxtJS


Get started with thedocumentation, or play with theexamples (see how to run them below).

Development Setup

# install depsyarn# build dist filesyarn build# serve examples at localhost:8080yarn dev# lint & run all testsyarntest# serve docs at localhost:8080yarn docs

Releasing

  • yarn run release
    • Ensure tests are passingyarn run test
    • Build dist filesVERSION=<the_version> yarn run build
    • Build changelogyarn run changelog
    • Commit dist filesgit add dist CHANGELOG.md && git commit -m "[build $VERSION]"
    • Publish a new version `npm version $VERSION --message "[release] $VERSION"
    • Push tagsgit push origin refs/tags/v$VERSION && git push
    • Publish to npmnpm publish

Questions

For questions and support please use theDiscord chat server orthe official forum. The issue list of this repo isexclusively for bug reports and feature requests.

Issues

Please make sure to read theIssue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Contribution

Please make sure to read theContributing Guide before making a pull request.

Changelog

Details changes for each release are documented in theCHANGELOG.md file.

Stay In Touch

  • For latest releases and announcements, follow on Twitter:@vuejs

License

MIT

Copyright (c) 2013-present Evan You

Special Thanks

BrowserStack Logo

Special thanks toBrowserStack for letting the maintainers use their service to debug browser specific issues.


[8]ページ先頭

©2009-2025 Movatter.jp