Udemy - Quasar Framework Cross-Platform Vue.js, Vuex, Firebase ToDo application Tutorial
Go to file
2021-02-10 15:49:53 -08:00
public Initial commit 2021-02-10 08:19:51 -08:00
src 12.2. Add Sorting Getter to Vuex Store 2021-02-10 15:49:53 -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 10.8 Use Global Event Bus to trigger button event 2021-02-10 11:46:17 -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.