A simple game created for learning the Vue.js ecosystem. This project makes use of following:
- Vue.js - Framework
- Vue Router - Routing
- Vuex - State Management
- Vuelidate - Form validation
- Mixins
- Filters
- Custom directives
- Single file components
- Component scoped CSS
- Enter/Leave transitions
The project was made while trying to follow the best practices found on the web. Although many patterns were created right here.
# Install dependencies
npm install
# Serve with hot reload at localhost:8080
npm run dev
# Build for production with minification
npm run build
- Testing
- State transitions
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!