- A very simple Vue.js front end for EOD Service REST API.
- Uses the Vite 'Vue' template
- Uses a very basic 'TabbedInterface' component for switching between multiple 'pages'
- Uses Vite's built-in proxy to forward requests to the EOD Service API, avoiding CORS issues, in local/dev mode
- I built this in order to learn a bit about Vue.js and Vite
- Similar to the React version of the same project, but with Vue.js
- Add some styling
- Add some graphs
- Add a 'Symbol Search' component