Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 839 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 839 Bytes

Vue 3 Starter Project

Vue 3 has been out for some time now and many people, including me, are eager to know what has changed and how to create project with it

How to start

# npm
npm install
npm run dev

# yarn
yarn
yarn dev

This will start a Vite server on local that you can play with.

What does it include

The build tool

This should go without saying 😂

The team has just finished upgrading it to Vue 3 and the APIs stay the same. However they are some plans for future APIs so there may be breaking changes later on.

The codebase has been upgraded to use Vue 3 and most of the existing functions are usable.