This is the game in VueJS where when the user clicks on the start button, you will see flowers randomly appearing on the screen. If you click on the flower you get the point and flowers which are not clicked are disappeared. The user can see the score and keep the count of it.
Live Demo: (https://codepen.io/iamlexieonearth/full/QYNmEa)
npm install
npm run serve
npm run build
npm run test
npm run lint