Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 55fe66d

Browse files
committed
chore: update
1 parent 070faba commit 55fe66d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ Example for [Vue3](https://github.com/vuejs/vue-next) + [VueUse](https://github.
1010
🌐 [Live Demo](https://vueuse-next-example.netlify.app/)
1111

1212
📦 [Vite Example](https://github.com/antfu/vite-vueuse-starter)
13+
📦 [Vue2 CLI Example](https://github.com/antfu/vueuse-vue2-example)
1314

1415
## Installation
1516

1617
1. Clone this repository
1718
2. `yarn`
1819
3. `yarn dev`
19-
4. open http://localhost:3000 in your browser
20+
4. open http://localhost:8080 in your browser
2021

2122
## License
2223

src/App.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<br/><br/>
1414
<p><a href='https://github.com/antfu/vueuse-next-example' target='__blank'>Source</a></p>
1515
<p><a href='https://vite-vueuse-starter.netlify.app/' target='__blank'>Vite Starter</a></p>
16+
<p><a href='https://vueuse-vue2-example.netlify.app/' target='__blank'>Vue 2 Example</a></p>
1617
</div>
1718
</template>
1819

0 commit comments

Comments
 (0)