This project is my attempt to rebuild as close as possible the old Megaman Advanced PET toy.
https://xwellingtonx.github.io/advanced-pet/
The project is at beginning yet so do not contains a lot of features, I'm the unique one working so takes a lot of time to create everything.
The project was created with Vue/Vue CLI, if you're not familiar with, please take a look at the links below.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
# install dependencies
npm install
# build application
npm start