theamazingfedex / owod-cs

A digital character sheet for the Old World of Darkness pen and paper games.
MIT License
2 stars 0 forks source link

VueJS Implementation #22

Open KungRaseri opened 5 years ago

KungRaseri commented 5 years ago

This can be where we discuss the changes necessary to implement VueJS.

Important dependencies/plugins to remember:

  1. @vue/cli and @vue/cli-service (globally installed) - used to install dependencies/plugins
  2. vuetify - material design framework
  3. vuex - state management
  4. vue-router - route management

Resources

theamazingfedex commented 5 years ago

Sounds good. Any possible changes you've encountered so far in your ad-vue-ntures?

KungRaseri commented 5 years ago

One thing I know we will have to do is convert all of the components/containers to vue templates (.vue). I'm currently working on adding the boilerplate right now. I'll get that committed shortly then we can discuss some strategies on how we can get what you have moved over!

theamazingfedex commented 5 years ago

Once you've got a commit or two up for this implementation, go ahead and throw up a WIP pull request, and we can continue the discussion in more detail there.