diff --git a/webclient/README.md b/webclient/README.md index 2009aa3..6f2bda9 100644 --- a/webclient/README.md +++ b/webclient/README.md @@ -1,29 +1,7 @@ # webclient -## Project setup -``` -yarn install -``` +Web-client for browsing, creating and joining rooms on Cardgage servers -### Compiles and hot-reloads for development -``` -yarn run serve -``` +### Shoutouts -### Compiles and minifies for production -``` -yarn run build -``` - -### Run your tests -``` -yarn run test -``` - -### Lints and fixes files -``` -yarn run lint -``` - -### Customize configuration -See [Configuration Reference](https://cli.vuejs.org/config/). +- Dark theme by [bulmaswatch/Jenil Gogari](https://github.com/jenil/bulmaswatch) diff --git a/webclient/package.json b/webclient/package.json index e63bab7..6137e83 100644 --- a/webclient/package.json +++ b/webclient/package.json @@ -13,7 +13,8 @@ "vue": "^2.6.10", "vue-class-component": "^7.0.2", "vue-property-decorator": "^8.1.0", - "vuex": "^3.0.1" + "vuex": "^3.0.1", + "vuex-class": "^0.3.2" }, "devDependencies": { "@vue/cli-plugin-babel": "^4.0.0-alpha.1", diff --git a/webclient/public/index.html b/webclient/public/index.html index ac7ee19..f97f2b1 100644 --- a/webclient/public/index.html +++ b/webclient/public/index.html @@ -1,18 +1,24 @@ -
- - - - - -