Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 513 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 513 Bytes

vue-market-cards

Project setup

npm install

You also need to change the path where the market information should be sourced. At the moment it points to a dummy json. You will find the relevant line in the App.vue file in the created hook.

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint