This project is basic counter up app via Vue.
This project was developed for improve myself.
- SCSS is used for coding css more effectively and easily
- BEMCSS is used from CSS naming convention
- Find and fix problems in your JavaScript code with Eslint.
- Beautify code with Prettier.
- Lint code and can prevent bad git with Lint Staged and Husky tools.
npm install
npm run serve
npm run build
npm run lint