Vue.js 3 Stock Price History Lookup App using API - Tutorial

Опубликовано: 27 Апрель 2026
на канале: Learning Math and AI - Random Vlog
2,085
34

Github Source Code - https://github.com/simonjsuh/vue3-sto...

Alpha Vantage API - https://www.alphavantage.co/documenta...
Chart.js - https://www.chartjs.org/
Axios - https://www.npmjs.com/package/axios

0:00 Intro and app demo
2:15 Installing Vue3, getting started
3:13 Create components
4:35 Setting up Chart.js in our component
12:14 Using stock API - Alpha Vantage free stock API
21:32 Formatting data received from stcok API so chart.js can read and display it
37:05 Adding in form functionality for stock search bar