10 |
11 |
12 |
13 |
14 |
38 |
--------------------------------------------------------------------------------
/src/components/TheWelcome.vue:
--------------------------------------------------------------------------------
1 |
9 |
10 |
11 |
12 |
13 |
14 |
15 | Documentation
16 |
17 | Vue’s
18 | official documentation
19 | provides you with all information you need to get started.
20 |
21 |
22 |
23 |
24 |
25 |
26 | Tooling
27 |
28 | This project is served and bundled with
29 | Vite. The
30 | recommended IDE setup is
31 | VSCode
32 | +
33 | Volar. If
34 | you need to test your components and web pages, check out
35 | Cypress
36 | and
37 | Cypress Component Testing.
40 |
41 |
42 |
43 | More instructions are available in README.md.
44 |
45 |
46 |
47 |
48 |
49 |
50 | Ecosystem
51 |
52 | Get official tools and libraries for your project:
53 | Pinia,
54 | Vue Router,
55 | Vue Test Utils, and
56 | Vue Dev Tools. If
57 | you need more resources, we suggest paying
58 | Awesome Vue
59 | a visit.
60 |
61 |
62 |
63 |
64 |
65 |
66 | Community
67 |
68 | Got stuck? Ask your question on
69 | Vue Land, our official
70 | Discord server, or
71 | StackOverflow. You should also subscribe to
74 | our mailing list
75 | and follow the official
76 | @vuejs
77 | twitter account for latest news in the Vue world.
78 |
79 |
80 |
81 |
82 |
83 |
84 | Support Vue
85 |
86 | As an independent project, Vue relies on community backing for its sustainability. You can help
87 | us by
88 | becoming a sponsor.
89 |
90 |
91 |
--------------------------------------------------------------------------------
/src/components/WelcomeItem.vue:
--------------------------------------------------------------------------------
1 |
2 |