Chirper

Setup Vue app

npm install

Compile and Hot-Reload for Development

npm run dev

Your app should now be running at localhost:3000

Type-Check, Compile and Minify for Production

npm run build

Preview Built App

npm run preview

Recommended IDE Setup

VSCode + Volar (and disable Vetur).