A project where I try to learn the coding standards of vue.js.
The project I did is almost the same as I did for learning react. In this way, I could easily write an article that I can compare react and vue.js.
https://vuejs-practical.surge.sh/
I will add it...
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build