/nightcrows

Primary LanguageJavaScript

nightcrows (nightcrows)

A Quasar Framework app

Install Node.Js as said in his webpage (LTS it's better)

https://nodejs.org

Install Quasar last version

npm install -g @quasar/cli

Install Firebase

npm install -g firebase-tools
https://medium.com/@venkyvb/deploy-a-quasar-app-to-firebase-hosting-cf7b26fdc31d

Install the dependencies

npm install

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

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.