0
0
Fork 0
New Salix front-end
Go to file
Alex Moreno 7f42655b1d feat(ticket_boxing): add section 2022-09-06 13:59:00 +02:00
.vscode e2e path for login, logout and nav ACLs 2022-05-23 15:46:09 +02:00
public replaced quasar icon with salix icon 2022-06-08 12:31:08 +02:00
src feat(ticket_boxing): add section 2022-09-06 13:59:00 +02:00
tests feat(smartCard): added smart-card component 2022-06-21 07:42:33 +02:00
.babelrc implementation of jest unit testing 2022-03-24 13:41:17 +01:00
.editorconfig Formatted project 2022-03-24 14:57:11 +01:00
.eslintignore javascript changes first steps 2022-03-24 13:33:14 +01:00
.eslintrc.js Formatted project 2022-03-24 14:57:11 +01:00
.gitignore javascript changes first steps 2022-03-24 13:33:14 +01:00
.postcssrc.js Formatted project 2022-03-24 14:57:11 +01:00
.prettierrc.js Formatted project 2022-03-24 14:57:11 +01:00
Dockerfile Updated hostname 2022-04-01 09:17:54 +02:00
Jenkinsfile Updated stack name 2022-04-01 08:33:26 +02:00
README.md Formatted project 2022-03-24 14:57:11 +01:00
babel.config.js Formatted project 2022-03-24 14:57:11 +01:00
cypress.json cypress tests working after updating file paths 2022-04-06 08:50:53 +02:00
docker-compose.yml Added deploy instruction 2022-03-30 15:45:38 +02:00
jest.config.js Updated tests folder path 2022-04-01 10:03:44 +02:00
jsconfig.json Disabled experimental template support 2022-04-19 12:55:12 +02:00
package-lock.json feat(interceptor): axios response interceptor 2022-08-03 13:48:45 +02:00
package.json feat(interceptor): axios response interceptor 2022-08-03 13:48:45 +02:00
quasar.config.js Router navigation 2022-04-01 12:58:41 +02:00
quasar.extensions.json Formatted project 2022-03-24 14:57:11 +01:00
quasar.testing.json Formatted project 2022-03-24 14:57:11 +01:00

README.md

Salix (salix-front)

Salix front-end

Install the dependencies

yarn
# or
npm install

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

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.