https://cryptoapp-demo-site.netlify.app
npm install
- Get your API_KEY from https://min-api.cryptocompare.com.
- Add
VUE_APP_API_KEY=YOR_API_KEY
to environment variables or editsrc/utils/utils.js
file with the folowing code.
const API_KEY =
"YOUR_API_KEY";
export { API_KEY };
npm run serve
npm run build
npm run lint