/vue-3-composition-starter

A simple Vue 3 Composition API starter template.

Primary LanguageVue

Vue 3 Composition API Stock Market App

This is a simple Vue 3 Composition API application to help familiarise myself with the upcoming changes in Vue 3. For more information check out this great post on the Vue 3 Composition API by Vue Mastery.

What does the app do?

  • Select a stock by searching for it's symbol.
  • Enter a date range to see the stock history.
  • Enter a dollar amount that you have / should have / could have invested.
  • A chart is created showing how much money you could have made or lost.

What tools are used in this project?

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.