File tree 2 files changed +19
-33
lines changed
2 files changed +19
-33
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ import HelloWorld from './components/HelloWorld.vue'
55
55
}
56
56
57
57
.logo.vite :hover {
58
- filter : drop-shadow (0 0 2em #747bff );
58
+ filter : drop-shadow (0 0 2em #646cffaa );
59
59
}
60
60
61
61
.logo.electron :hover {
62
62
filter : drop-shadow (0 0 2em #9FEAF9 );
63
63
}
64
64
65
65
.logo.vue :hover {
66
- filter : drop-shadow (0 0 2em #249b73 );
66
+ filter : drop-shadow (0 0 2em #42b883aa );
67
67
}
68
68
</style >
Original file line number Diff line number Diff line change @@ -9,44 +9,30 @@ const count = ref(0)
9
9
<template >
10
10
<h1 >{{ msg }}</h1 >
11
11
12
- <p >
13
- Recommended IDE setup:
14
- <a href =" https://code.visualstudio.com/" target =" _blank" >VS Code</a >
15
- +
16
- <a href =" https://github.com/johnsoncodehk/volar" target =" _blank" >Volar</a >
17
- </p >
18
-
19
- <p >See <code >README.md</code > for more information.</p >
12
+ <div class =" card" >
13
+ <button type =" button" @click =" count++" >count is {{ count }}</button >
14
+ <p >
15
+ Edit
16
+ <code >components/HelloWorld.vue</code > to test HMR
17
+ </p >
18
+ </div >
20
19
21
20
<p >
22
- <a href =" https://vitejs.dev/guide/features.html" target =" _blank" >
23
- Vite Docs
24
- </a >
25
- |
26
- <a href =" https://v3.vuejs.org/" target =" _blank" >Vue 3 Docs</a >
21
+ Check out
22
+ <a href =" https://vuejs.org/guide/quick-start.html#local" target =" _blank"
23
+ >create-vue</a
24
+ >, the official Vue + Vite starter
27
25
</p >
28
-
29
- <button type =" button" @click =" count++" >count is: {{ count }}</button >
30
26
<p >
31
- Edit
32
- <code >components/HelloWorld.vue</code > to test hot module replacement.
27
+ Install
28
+ <a href =" https://github.com/johnsoncodehk/volar" target =" _blank" >Volar</a >
29
+ in your IDE for a better DX
33
30
</p >
31
+ <p class =" read-the-docs" >Click on the Vite and Vue logos to learn more</p >
34
32
</template >
35
33
36
34
<style scoped>
37
- a {
38
- color : #42b983 ;
39
- }
40
-
41
- label {
42
- margin : 0 0.5em ;
43
- font-weight : bold ;
44
- }
45
-
46
- code {
47
- background-color : #eee ;
48
- padding : 2px 4px ;
49
- border-radius : 4px ;
50
- color : #304455 ;
35
+ .read-the-docs {
36
+ color : #888 ;
51
37
}
52
38
</style >
You can’t perform that action at this time.
0 commit comments