RailSignalAPI/quasar-app
Andrew Lalis 1cf5ed50fc Upgraded build system, and introduced start of map selection modes. 2022-06-04 16:47:49 +02:00
..
design Added about page and better index page. 2022-05-31 15:18:40 +02:00
public Added initial quazar implementation. 2022-05-20 18:40:44 +02:00
src Upgraded build system, and introduced start of map selection modes. 2022-06-04 16:47:49 +02:00
.editorconfig Added initial quazar implementation. 2022-05-20 18:40:44 +02:00
.eslintignore Added initial quazar implementation. 2022-05-20 18:40:44 +02:00
.eslintrc.js Added initial quazar implementation. 2022-05-20 18:40:44 +02:00
.gitignore Added initial quazar implementation. 2022-05-20 18:40:44 +02:00
README.md Added initial quazar implementation. 2022-05-20 18:40:44 +02:00
index.html Added initial quazar implementation. 2022-05-20 18:40:44 +02:00
jsconfig.json Added initial quazar implementation. 2022-05-20 18:40:44 +02:00
package-lock.json Fixed switch UI updating, websocket bugs, and context switching. 2022-06-01 15:54:29 +02:00
package.json Fixed switch UI updating, websocket bugs, and context switching. 2022-06-01 15:54:29 +02:00
postcss.config.js Added initial quazar implementation. 2022-05-20 18:40:44 +02:00
quasar.config.js Fixed switch UI updating, websocket bugs, and context switching. 2022-06-01 15:54:29 +02:00

README.md

Rail Signal App (rail-signal)

App for the Rail Signal system.

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.