Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 546 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 546 Bytes

Just A Pair | Online shoe store

Made with Vue + Vuex

Live preview:

https://just-a-pair.firebaseapp.com/

Shoe online store

Download the project, cd into the project directory, run:

npm install

When necessary node modules are installed, run:

npm run serve

Open http://localhost:8080 to view it in the browser.

To view unit tests, run:

npm run test:unit