Skip to the content.

Vue3

Before Start

npm init vue@latest
cd <your-project-name>
npm install
npm run format
npm run dev

NOTE: Run npm run build when you ready to ship your app to production.