Udemy - Quasar Framework Cross-Platform Vue.js, Vuex, Firebase ToDo application Tutorial
Go to file
2021-02-12 10:28:48 -08:00
public Initial commit 2021-02-10 08:19:51 -08:00
src 15.11 Add an Email us Link 2021-02-12 10:28:48 -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 Initial commit 2021-02-10 08:19:51 -08:00
package.json Initial commit 2021-02-10 08:19:51 -08:00
quasar.conf.js 15.07 Make the Settings Persistent using LocalStorage Plugin 2021-02-12 07:35:03 -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.