Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.36 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.36 KB

Vue.js Stock Trader Game

A simple game created for learning the Vue.js ecosystem. This project makes use of following:

Modules:

Features

The project was made while trying to follow the best practices found on the web. Although many patterns were created right here.

How to run

# Install dependencies
npm install

# Serve with hot reload at localhost:8080
npm run dev

# Build for production with minification
npm run build

Things to add

  • Testing
  • State transitions

Contribution

Feel free to contribute to this project in order to introduce better practices building Vue.js apps. Create an issue with a question/bug to discuss certain problems or just introduce a pull request right away!