Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

ll931217/stock-trader

Repository files navigation

Stock Trader

A stock trading app that I created after finishing my VueJS course on Udemy.

Build Setup

# install dependencies
npm install
## or
yarn

# serve with hot reload at localhost:8080
npm run dev
## or
yarn dev

# build for production with minification
npm run build
## or
yarn build

For detailed explanation on how things work, consult the docs for vue-loader.