Product Editor

Demo :

Product Editor

Ecosystem

Dependency version Description
vue ^3.0.0 Javascript Framework
vue-router ^4.0.0 Single-page application routing
pinia ^2.0.11 Large-scale state management
quasar ^2.6.0 Vuejs based Framework / Component library
axios ^0.21.1 Promise based HTTP client
vue-i18n ^9.0.0 Internationalization plugin for Vue.js

Installation

Install and setup dependencies

npm install

Compiles and Hot-Reloads for Development

Run local development server

npm run dev
or
quasar dev

Compiles and Minifies for Production

Build for production using following command

npm run build
or
quasar build

Lints Files

To lint files, run the following command

npm run lint

Format Files

To format files, run the following command

npm run format

Run Tests

To run tests, run the following command

npm run test

Other Information

Icon options can be found here: https://fonts.google.com/icons?icon.set=Material+Icons Color options can be found here: https://quasar.dev/style/color-palette Primary color config is found here: /src/css/quasar.variables.css Custom fonts can be created like this: https://quasar.dev/style/typography Carousel options can be found here: https://quasar.dev/vue-components/carousel Typography options can be found here: https://quasar.dev/style/typography