You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Follow our [team members](./team) on Twitter or GitHub.
21
21
- Follow the [RFC discussions](https://github.com/vuejs/rfcs).
22
22
- Subscribe to the [official blog](https://blog.vuejs.org/).
@@ -28,7 +28,7 @@ Our [Code of Conduct](/about/coc) is a guide to make it easier to enrich all of
28
28
-[DEV Community](https://dev.to/t/vue): Share and discuss Vue related topics on Dev.to.
29
29
-[Meetups](https://events.vuejs.org/meetups): Want to find local Vue enthusiasts like yourself? Interested in becoming a community leader? We have the help and support you need right here!
30
30
-[GitHub](https://github.com/vuejs): If you have a bug to report or feature to request, that's what the GitHub issues are for. Please respect the rules specified in each repository's issue template.
31
-
-[Twitter Community (unofficial)](https://twitter.com/i/communities/1516368750634840064): A Twitter community, where you can meet other Vue enthusiasts, get help, or just chat about Vue.
31
+
-[Twitter Community (unofficial)](https://x.com/i/communities/1516368750634840064): A Twitter community, where you can meet other Vue enthusiasts, get help, or just chat about Vue.
32
32
33
33
### Explore the Ecosystem {#explore-the-ecosystem}
34
34
@@ -80,4 +80,4 @@ There's a lot you can do to help Vue grow in your community:
80
80
-**Start your own meetup.** If there's not already a Vue meetup in your area, you can start your own! Use the [resources at events.vuejs.org](https://events.vuejs.org/resources/#getting-started) to help you succeed!
81
81
-**Help meetup organizers.** There can never be too much help when it comes to running an event, so offer a hand to help out local organizers to help make every event a success.
82
82
83
-
If you have any questions on how you can get more involved with your local Vue community, reach out on Twitter at [@vuejs_events](https://www.twitter.com/vuejs_events)!
83
+
If you have any questions on how you can get more involved with your local Vue community, reach out on Twitter at [@vuejs_events](https://x.com/vuejs_events)!
Copy file name to clipboardExpand all lines: src/about/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Who maintains Vue? {#who-maintains-vue}
4
4
5
-
Vue is an independent, community-driven project. It was created by [Evan You](https://twitter.com/youyuxi) in 2014 as a personal side project. Today, Vue is actively maintained by [a team of both full-time and volunteer members from all around the world](/about/team), where Evan serves as the project lead. You can learn more about the story of Vue in this [documentary](https://www.youtube.com/watch?v=OrxmtDw4pVI).
5
+
Vue is an independent, community-driven project. It was created by [Evan You](https://x.com/youyuxi) in 2014 as a personal side project. Today, Vue is actively maintained by [a team of both full-time and volunteer members from all around the world](/about/team), where Evan serves as the project lead. You can learn more about the story of Vue in this [documentary](https://www.youtube.com/watch?v=OrxmtDw4pVI).
6
6
7
7
Vue's development is primarily funded through sponsorships and we have been financially sustainable since 2016. If you or your business benefit from Vue, consider [sponsoring us](/sponsor/) to support Vue's development!
Copy file name to clipboardExpand all lines: src/guide/scaling-up/testing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,7 @@ End-to-end tests do not import any of your Vue application's code but instead re
252
252
253
253
End-to-end tests validate many of the layers in your application. They can either target your locally built application or even a live Staging environment. Testing against your Staging environment not only includes your frontend code and static server but all associated backend services and infrastructure.
254
254
255
-
> The more your tests resemble how your software is used, the more confidence they can give you. - [Kent C. Dodds](https://twitter.com/kentcdodds/status/977018512689455106) - Author of the Testing Library
255
+
> The more your tests resemble how your software is used, the more confidence they can give you. - [Kent C. Dodds](https://x.com/kentcdodds/status/977018512689455106) - Author of the Testing Library
256
256
257
257
By testing how user actions impact your application, E2E tests are often the key to higher confidence in whether an application is functioning properly or not.
Copy file name to clipboardExpand all lines: src/sponsor/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ You can also try to convince your employer to sponsor Vue as a business. This ma
43
43
-**Global Special Sponsor**:
44
44
- Limited to **one** sponsor globally. <spanv-if="!data?.special">Currently vacant. [Get in touch](mailto:sponsor@vuejs.org?subject=Vue.js%20special%20sponsor%20inquiry)!</span><spanv-else>(Currently filled)</span>
45
45
- (Exclusive) **Above the fold** logo placement on the front page of [vuejs.org](/).
46
-
- (Exclusive) Special shoutout and regular retweets of major product launches via [Vue's official X account](https://twitter.com/vuejs) (320k followers).
46
+
- (Exclusive) Special shoutout and regular retweets of major product launches via [Vue's official X account](https://x.com/vuejs) (320k followers).
47
47
- Most prominent logo placement in all locations from tiers below.
48
48
-**Platinum (USD$2,000/mo)**:
49
49
- Prominent logo placement on the front page of [vuejs.org](/).
0 commit comments