Skip to content

igorashs/vue-battleship

Repository files navigation

Battleship (Sea Battle) (Vue)

From The Odin Project's curriculum

Getting Started

Installing and running

git clone https://github.com/igorashs/vue-battleship.git
cd vue-battleship
npm install
npm run serve

Testing with jest

npm run test:unit
# or
npx jest

Built With

  • 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)

License

This project is licensed under the MIT License