Simple Vue.js + Vite app allowing you to make stocks subscriptions via WebSocket and editing watch list not using any UI framework
Term | Definition |
---|---|
ISIN |
The 12-digit alphanumeric code that uniquely identifies a specific instrument |
instrument |
A tradable asset, or a negotiable item, such as a security, commodity, derivative, or index, or any item that underlies a derivative. |
bid |
The highest price a buyer will pay to buy a specified number of shares of an instrument at any given time. |
ask |
The lowest price at which a seller will sell the instrument. |
ISIN Examples
DE000BASF111
US0378331005
Make sure to have Node installed if you decide to run it locally.
To install the dependencies use yarn install
After you have installed the dependencies you can run:
$ npm run dev
To test run:
$ npm run test
To build (if necessary) run:
$ npm run build
To check out the ready app run:
$ npm run preview