From 786fbfd8e1739fbdb1b14bffedd60491fe360752 Mon Sep 17 00:00:00 2001 From: SonicBlissed Date: Sun, 13 Jul 2025 18:56:48 -0400 Subject: [PATCH] updated readme instructions to include quasar cli --- webclientvue/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/webclientvue/README.md b/webclientvue/README.md index b8fdcf606..96139f5a5 100644 --- a/webclientvue/README.md +++ b/webclientvue/README.md @@ -12,6 +12,12 @@ Webatrice built with vue and quasar npm install ``` +## If you've never used Quasar before, install the CLI: + +```terminal +npm i -g @quasar/cli +``` + ### Start the app in development mode (hot-code reloading, error reporting, etc.) ```terminal @@ -63,6 +69,8 @@ See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar- #TODOs: - Create a gaming layout that isn't connected to the routing system -- Decide how we will go about routing to each game. Will probably require some knowledge of the websocket data structure and a slug - Working login - Working websocket +- Decide how we will go about routing to each game. Will probably require some knowledge of the websocket data structure and a slug +- Admin functionailty/tools +- Polish UI