From: Haoqun Jiang Date: Mon, 23 Dec 2024 10:10:54 +0000 (+0800) Subject: chore: small updates to the welcome page (#647) X-Git-Tag: v3.13.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7bb4eae733d74cdb3879b386e7bdb6ee75113b8;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: small updates to the welcome page (#647) - Replaced Cypress Component Testing with Vitest - Added reference to Playwright - Removed Vue.js News link as it's been inactive for more than 3 years - Updated Vue.js Social Media accounts - Added a link to open README.md in the editor - Fixed an ambiguity caused by Oxford comma --- diff --git a/template/code/default/src/components/TheWelcome.vue b/template/code/default/src/components/TheWelcome.vue index acb6a2da..e02c38f9 100644 --- a/template/code/default/src/components/TheWelcome.vue +++ b/template/code/default/src/components/TheWelcome.vue @@ -5,6 +5,8 @@ import ToolingIcon from './icons/IconTooling.vue' import EcosystemIcon from './icons/IconEcosystem.vue' import CommunityIcon from './icons/IconCommunity.vue' import SupportIcon from './icons/IconSupport.vue' + +const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')