Advanced PET

November 16, 2020 ยท View on GitHub

This project is my attempt to rebuild as close as possible the old Megaman Advanced PET toy.

https://xwellingtonx.github.io/advanced-pet/

Status

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.

Project setup

The project was created with Vue/Vue CLI, if you're not familiar with, please take a look at the links below.

Vue.js

Vue CLI

Build Client Setup

# 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

Build Serve Setup

# install dependencies
npm install

# build application
npm start