RailSignalAPI/quasar-app
Andrew Lalis 3b2797f259 Added first implementation of CC:Tweaked driver and improved UI. 2022-05-29 17:02:05 +02:00
..
design Added more component dialogs and component links to settings page. 2022-05-23 09:36:49 +02:00
public Added initial quazar implementation. 2022-05-20 18:40:44 +02:00
src Added first implementation of CC:Tweaked driver and improved UI. 2022-05-29 17:02:05 +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 Added initial quazar implementation. 2022-05-20 18:40:44 +02:00
package.json Added initial quazar implementation. 2022-05-20 18:40:44 +02:00
postcss.config.js Added initial quazar implementation. 2022-05-20 18:40:44 +02:00
quasar.config.js Added settings, updated build system for quasar. 2022-05-24 10:38:42 +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.