项目作者: ll931217

项目描述 :
A stock trading app
高级语言: Vue
项目地址: git://github.com/ll931217/stock-trader.git
创建时间: 2017-06-19T01:51:25Z
项目社区:https://github.com/ll931217/stock-trader

开源协议:

下载


Stock Trader

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

Build Setup

  1. # install dependencies
  2. npm install
  3. ## or
  4. yarn
  5. # serve with hot reload at localhost:8080
  6. npm run dev
  7. ## or
  8. yarn dev
  9. # build for production with minification
  10. npm run build
  11. ## or
  12. yarn build

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