|
@@ -11,22 +11,39 @@ const count = ref(0)
|
|
|
|
|
|
<p>
|
|
<p>
|
|
Recommended IDE setup:
|
|
Recommended IDE setup:
|
|
- <a href="https://code.visualstudio.com/" target="_blank">VSCode</a>
|
|
|
|
|
|
+ <a
|
|
|
|
+ href="https://code.visualstudio.com/"
|
|
|
|
+ target="_blank"
|
|
|
|
+ >VSCode</a>
|
|
+
|
|
+
|
|
- <a href="https://github.com/johnsoncodehk/volar" target="_blank">Volar</a>
|
|
|
|
|
|
+ <a
|
|
|
|
+ href="https://github.com/johnsoncodehk/volar"
|
|
|
|
+ target="_blank"
|
|
|
|
+ >Volar</a>
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<p>See <code>README.md</code> for more information.</p>
|
|
<p>See <code>README.md</code> for more information.</p>
|
|
|
|
|
|
<p>
|
|
<p>
|
|
- <a href="https://vitejs.dev/guide/features.html" target="_blank">
|
|
|
|
|
|
+ <a
|
|
|
|
+ href="https://vitejs.dev/guide/features.html"
|
|
|
|
+ target="_blank"
|
|
|
|
+ >
|
|
Vite Docs
|
|
Vite Docs
|
|
</a>
|
|
</a>
|
|
|
|
|
|
|
|
- <a href="https://v3.vuejs.org/" target="_blank">Vue 3 Docs</a>
|
|
|
|
|
|
+ <a
|
|
|
|
+ href="https://v3.vuejs.org/"
|
|
|
|
+ target="_blank"
|
|
|
|
+ >Vue 3 Docs</a>
|
|
</p>
|
|
</p>
|
|
|
|
|
|
- <button type="button" @click="count++">count is: {{ count }}</button>
|
|
|
|
|
|
+ <button
|
|
|
|
+ type="button"
|
|
|
|
+ @click="count++"
|
|
|
|
+ >
|
|
|
|
+ count is: {{ count }}
|
|
|
|
+ </button>
|
|
<p>
|
|
<p>
|
|
Edit
|
|
Edit
|
|
<code>components/HelloWorld.vue</code> to test hot module replacement.
|
|
<code>components/HelloWorld.vue</code> to test hot module replacement.
|