vuetoy3 is a minimalistic boilerplate for quickly building web applications based on Vue 3. It does not require any build tool or development server. Ideal for building side-projects, where you:
- want to use Vue 3 and its Composition API
- want multiple routes (it comes with Vue Router)
- prefer not to use any build tool
- don’t need to support older browsers
- want IntelliSense in your editor (it comes with a typings file)
- Download or clone this repository.
- Double-click on
index.html
file to run the project in your browser. - Edit
script.js
to make changes. - Refresh to see changes reflected in your browser.