- Install deps using
npm install
- Specify
openexchangerates
app id in.env
(replaceYOUR_TOKEN
with the vallid one),pro
account is required - Run dev mode using
npm run dev:serve
command and open localhost:8080 or runnpm run dev:build
and open<PROJECT_ROOT>/dist/index.html