vuejs / router

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

doc(zh): sync getting started page at 3ab1e5e #2234

Closed GYHHAHA closed 1 month ago

GYHHAHA commented 1 month ago

The current Chinese version page for getting started is totally different compared to the EN version. User who follow the old introduction steps might get lost or encounter failures, especially using npm install vue-router@4 to manually add dependency rather than setting everything with npm create vue@latest. Hope this will help!

netlify[bot] commented 1 month ago

Deploy Preview for vue-router ready!

Name Link
Latest commit 444abffe7494c642e0156838b554de30563231c8
Latest deploy log https://app.netlify.com/sites/vue-router/deploys/6642a3456c8be40008d39154
Deploy Preview https://deploy-preview-2234--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: 96 (๐Ÿ”ด down 3 from production)
Accessibility: 97 (๐Ÿ”ด down 3 from production)
Best Practices: 83 (๐Ÿ”ด down 17 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.

GYHHAHA commented 1 month ago

@Jinjiang Thanks for your revision! I actually found that most of other pages in EN has already been converted to use SFC, I may launch another 2 PRs, respectively for the Essentials part and the Advanced. Otherwise the contexts for those in ZH could still be misleading.

Jinjiang commented 1 month ago

@Jinjiang Thanks for your revision! I actually found that most of other pages in EN has already been converted to use SFC, I may launch another 2 PRs, respectively for the Essentials part and the Advanced. Otherwise the contexts for those in ZH could still be misleading.

@GYHHAHA good topic. I usually use the full Chinese translation ๅ•ๆ–‡ไปถ็ป„ไปถ since I consider this as the most understandable term. And by this chance, I also saw some other places keep using SFC. So I'd like to get this topic into @vuejs-translations/zh-cn team for more discussion. Thanks.