/__crud_vuex

CRUD operation using Vue, Vuex

Primary LanguageVue

CRUD

A CRUD using quasar framework

Install the dependencies

$ yarn install

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

$ quasar dev

# Progressive Web App
$ quasar dev -m pwa

Build the app for production

$ quasar build

# Progressive Web App
$ quasar build -m pwa

Preview

See CRUD.

Customize the configuration

See Configuring quasar.conf.js.