Skip to content

IHCantabria/QuasarTemplate.App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template setup

A Quasar Template Project

Install the dependencies

npm ci

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

# PWA (Progressive Web App)
# SPA (Single Page App)
npm run dev:pwa
# or
npm run dev:spa

Lint the files

npm run lint

Format the files

npm run format

Build the app for development (PWA/SPA)

# PWA (Progressive Web App)
# SPA (Single Page App)
npm run build:dev:pwa
# or
npm run build:dev:spa

Build the app for pre-production (PWA/SPA)

# PWA (Progressive Web App)
# SPA (Single Page App)
npm run build:pre:pwa
# or
npm run build:pre:spa

Build the app for production (PWA/SPA)

# PWA (Progressive Web App)
# SPA (Single Page App)
npm run build:prod:pwa
# or
npm run build:prod:spa

Preview version locally

# PWA (Progressive Web App)
# SPA (Single Page App)
npm run preview:dev:pwa
# or
npm run preview:dev:spa
# or
npm run preview:pre:pwa
# or
npm run preview:pre:spa
# or
npm run preview:prod:pwa
# or
npm run preview:prod:spa

Deploy version (patch/minor/major)

npm run deploy-patch
# or
npm run deploy-minor
# or
npm run deploy-major

Launch libs analyzer tool

npm run trivy

Launch code analyzer tool

npm run sonar

Customize the env variables

Use the files .env to customize the variables used for each env.

Customize the configuration

See Configuring quasar.config.js.

Built With

  • Vue - The progressive javascript framework
  • Quasar - The enterprise-ready cross-platform VueJs framework

Credits

IH Cantabria

License

This software uses:

About

Repositorio template con Quasar para PWA

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors