Skip to content
/ vuetoy3 Public

A minimalistic boilerplate for quickly building web applications based on Vue 3. It does not require any build tool or development server.

Notifications You must be signed in to change notification settings

dtinth/vuetoy3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuetoy3

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)

Usage

  1. Download or clone this repository.
  2. Double-click on index.html file to run the project in your browser.
  3. Edit script.js to make changes.
  4. Refresh to see changes reflected in your browser.

About

A minimalistic boilerplate for quickly building web applications based on Vue 3. It does not require any build tool or development server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published