Udemy - Quasar Framework Cross-Platform Vue.js, Vuex, Firebase ToDo application Tutorial
Go to file
2021-02-12 22:22:00 -08:00
public Initial commit 2021-02-10 08:19:51 -08:00
src 18.04 Register User 2021-02-12 22:22:00 -08:00
.editorconfig Initial commit 2021-02-10 08:19:51 -08:00
.eslintignore Initial commit 2021-02-10 08:19:51 -08:00
.eslintrc.js Initial commit 2021-02-10 08:19:51 -08:00
.gitignore Initial commit 2021-02-10 08:19:51 -08:00
.postcssrc.js Initial commit 2021-02-10 08:19:51 -08:00
babel.config.js Initial commit 2021-02-10 08:19:51 -08:00
jsconfig.json Initial commit 2021-02-10 08:19:51 -08:00
package-lock.json 18.02 Add Firebase to the Project using Boot File 2021-02-12 21:29:22 -08:00
package.json 18.02 Add Firebase to the Project using Boot File 2021-02-12 21:29:22 -08:00
quasar.conf.js 18.02 Add Firebase to the Project using Boot File 2021-02-12 21:29:22 -08:00
README.md Initial commit 2021-02-10 08:19:51 -08:00

Demo Test (demo-test)

Quasar Demo Test

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.