Skip to content

Commit

Permalink
docs(example) add vite readme
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenjennings committed Jun 10, 2020
1 parent 6483653 commit f3755d5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/vite/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Vite Example

Using [Vite](https://github.com/vitejs/vite) + [Vue 3](https://github.com/vuejs/vue-next)

Install dependencies

```sh
yarn install
```

Run app:

```sh
yarn dev
```

0 comments on commit f3755d5

Please sign in to comment.