The project deployed site: https://my-vue-counter-app.netlify.app/
npm install
npm run serve
npm run build
This is a counter app that allows you to increase and decrease your state(number). The app is build using composables(logic), router(routerView and programmatic routing).
Vue
npm install
npm run serve
npm run build