Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 721 Bytes

README.md

File metadata and controls

39 lines (31 loc) · 721 Bytes

simple-party-client

This is the front end for a D&D party managment platform. It is written using vue, vuex, feathers-vuex and vuetify. I wanted to finish this application, but its hard to be a dungeon master and a developer at the same time.

This app supports

  • Users
  • Admins
  • User/character profiles
  • resource tracking
  • Chat
  • Admin resource editing

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.