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

Commit 5eb757c

Browse files
committedMay 23, 2020
chore: update
1 parent 172a3e6 commit 5eb757c

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed
 

‎README.md

+20-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
1-
# vueuse-next-example
1+
<h1 align='center'>Vue3 VueUse Example</h1>
22

3-
[**vueuse**](https://github.com/antfu/vueuse)
3+
<p align='center'>
4+
<img src='./src/logo.svg' height='120'/>
5+
</p>
46

5-
Minimal webpack setup for Vue 3 (alpha). This is for preview purposes only. There might be bugs and undocumented behavior differences from v2, which are expected.
67

7-
Also note that if you are using VSCode, Vetur isn't updated to take advantage of Vue 3's typing yet so intellisense in Vue files may not be fully functional (especially in templates).
8+
Example for [Vue3](https://github.com/vuejs/vue-next) + [VueUse](https://github.com/antfu/vueuse) with [Webpack](https://webpack.js.org/)
9+
10+
🌐 [Live Demo](https://vueuse-next-example.netlify.app/)
11+
12+
📦 [Vite Example](https://github.com/antfu/vite-vueuse-starter)
13+
14+
## Installation
15+
16+
1. Clone this repository
17+
2. `yarn`
18+
3. `yarn dev`
19+
4. open http://localhost:3000 in your browser
20+
21+
## License
22+
23+
[MIT](http://opensource.org/licenses/MIT)

‎index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<title>Vue3 + VueUse Example</title>
12
<link rel="stylesheet" href="/dist/main.css">
23
<div id="app"></div>
34
<script src="/dist/main.js"></script>

‎src/App.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
</h3>
1212

1313
<br/><br/>
14-
<p><a href='https://github.com/antfu/vueuse-next-example' target='__blank'>Demo Source</a></p>
14+
<p><a href='https://github.com/antfu/vueuse-next-example' target='__blank'>Source</a></p>
15+
<p><a href='https://vite-vueuse-starter.netlify.app/' target='__blank'>Vite Starter</a></p>
1516
</div>
1617
</template>
1718

0 commit comments

Comments
 (0)