From The Odin Project's curriculum
git clone https://github.com/igorashs/vue-battleship.git
cd vue-battleship
npm install
npm run serve
npm run test:unit
# or
npx jest
- The power of three (html, css, js)
- Vue (for components, states and scoped styles)
- Vue CLI (for build tools)
- Vuetify (for global dark styles)
- Jest (for testing)
This project is licensed under the MIT License