A stock trading application built using Vue 2
Stock Trader
This is a basic stock trading application built using Vue 2.
To get started, follow these steps:
- Clone the repo and
cd
into the directory - Run
npm install
to install dependencies - Run
npm run dev
to serve atlocalhost:8080
What I Learned
- After completing this project as part of an online course, I gained an understanding of Vue concepts such as components, directives, routing, state management and animations.