A talent planner for World of Warcraft Classic built with Vue.js
Demo: https://hseager.github.io/Classic-WoW-Talent-Planner/
- All classes and talent trees with data
- Multiple saves with local storage
- Supports mobile devices
- Keeps track of talent path
- Clone the repository
- Install Vue CLI | npm install -g @vue/cli
- Install Vue CLI Global commmand | npm install -g @vue/cli-service-global
- Run 'npm install'
- To start local development run 'vue serve'
- To build for production run 'vue build'