dynamic-page-with-filters
v0.0.4
Published
Dynamic Page With Filters
Downloads
3
Readme
Administration (new_quasar_administration)
Administration panel
Global installs
- install node.js (v18.16.1)
npm install -g @quasar/[email protected]
Create the environment variables
- create a copy from .env.example to .env
- proceed to change the values inside according to your setup
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.
Cypress Installing
npm install cypress --save-dev
Create cypress environment variables
- create a copy from cypress.example.env.json to cypress.env.json
Run and open Cypress tool
npm run test:e2e
Run Cypress in CI
test:e2e:CI