https://github.com/nazarepiedady/vue-router-docs-pt
Documentação da Vue Router em Português. 🇦🇴 🇧🇷 🇵🇹
https://github.com/nazarepiedady/vue-router-docs-pt
javascript-library nuxt nuxt3 nuxtjs2 nuxtjs3 pt pt-br pt-pt vue vue-router vuejs vuejs2 vuejs3
Last synced: 5 months ago
JSON representation
Documentação da Vue Router em Português. 🇦🇴 🇧🇷 🇵🇹
- Host: GitHub
- URL: https://github.com/nazarepiedady/vue-router-docs-pt
- Owner: nazarepiedady
- License: mit
- Created: 2023-01-12T09:27:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T08:33:40.000Z (over 1 year ago)
- Last Synced: 2024-01-20T09:32:15.040Z (over 1 year ago)
- Topics: javascript-library, nuxt, nuxt3, nuxtjs2, nuxtjs3, pt, pt-br, pt-pt, vue, vue-router, vuejs, vuejs2, vuejs3
- Language: TypeScript
- Homepage: https://vue-router-docs-pt.netlify.app
- Size: 781 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-router [](https://www.npmjs.com/package/vue-router) [](https://github.com/vuejs/router/actions/workflows/test.yml)
> - Este é o repositório para a Vue Router 4 (para Vue 3)
> - Para a Vue Router 3 (para Vue 2) consulte a [vuejs/vue-router](https://github.com/vuejs/vue-router).Apoiando a Vue Router
A Vue Router é uma parte do ecossistema da Vue e um projeto de código-aberto sob a licença MIT com seu desenvolvimento em curso tornado possível inteiramente com o apoio dos patrocinadores. Se gostarias de tornar-te um patrocinador, considere:
- [Tornar-se um Patrocinador na GitHub](https://github.com/sponsors/posva)
- [Doação de Uma Vez através da Paypal](https://paypal.me/posva)Patrocinadores de Ouro
Patrocinadores de Prata
Patrocinadores de Bronze
---
Começar com a [documentação](https://vue-router-docs-pt.netlify.app).
## Introdução Rápida
- Através da CDN: ``
- Zona de experimentos do navegador na [CodeSandbox](https://codesandbox.io/s/vue-router-4-reproduction-hb9lh)
- Adiciona-a em um projeto de Vue existente:```bash
npm install vue-router@4
```## Mudanças da Vue Router 3
Consulte o [Guia de Migração](https://vue-router-docs-pt.netlify.app/guide/migration/).
## Contribuição
Consulte o [Guia de Contribuição](https://github.com/vuejs/router/blob/main/.github/contributing.md).
## Agradecimentos Especiais
Agradecimentos especiais aos profissionais da [BrowserStack](https://www.browserstack.com) por deixar os programadores usar o serviço deles para depurarem questões específicas de navegador.