vuejs / router

🚦 The official router for Vue.js
https://router.vuejs.org/
MIT License
3.74k stars 1.15k forks source link

docs: adds Bun package manager option in Installation Guide #2235

Closed AdrianDamiao closed 1 month ago

AdrianDamiao commented 1 month ago

While I was reading the documentation for creating a Vue 3 project using Vue Router, I realized that this option was missing and it was possible to default everything to the latest version, just like NPM. This PR adds the Bun package manager as an option as well as the Vuejs.org documentation

image

netlify[bot] commented 1 month ago

Deploy Preview for vue-router ready!

Name Link
Latest commit a4b13f033cd2d3429a77c93ca62d9933507f4409
Latest deploy log https://app.netlify.com/sites/vue-router/deploys/66411fb8a889b200084cc16c
Deploy Preview https://deploy-preview-2235--vue-router.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 98 (🟢 up 10 from production)
Accessibility: 97 (no change from production)
Best Practices: 92 (no change from production)
SEO: 92 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

posva commented 1 month ago

Duplicate of https://github.com/vuejs/router/pull/2089