The project is an simple Vue.js implementation of the widget similar to the posted on the Moscow Exchange home page www.moex.com.
You are able to embed the widget on your site and customize it. Just edit JSON file in src/assets directory defining tabs and filling them with index codes which you want. Stock information will be uploaded by these codes via Moscow Exchange API. You can get the index codes on the Moscow Exchange website or using queries described in the API documentation.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.
Developed by alxiw