Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 569 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 569 Bytes

vue-lottery

This project is was made as a task from IGTI's Reactive Development discipline.

It does not contains all Vue.js best practices. It just implements a simple lottery using components and Vue's reactivity.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.