Pixney-William / coin-market

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coin Market

Click here for a demo page

And this is a direct link

  • tailwind - Since a year back this is my go to framwork when it comes to css.
  • dayjs - Just to simplify some date formatting when/if necessary.
  • chartjs - Just went with what i thought had a good typed support.

If you want to go for a testdrive yourself locally, these are necessary

VUE_APP_BASE_URL=http://rest-sandbox.coinapi.io/v1/
VUE_APP_COINAPI_KEY=YOUR_SECRET_KEY

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About


Languages

Language:Vue 38.0%Language:TypeScript 28.0%Language:JavaScript 17.6%Language:CSS 12.5%Language:HTML 3.9%