0
0
Fork 0
New Salix front-end
Go to file
Pau 7c0386f729 fix descriptor doing request on loop 2022-11-23 14:50:47 +01: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 fix descriptor doing request on loop 2022-11-23 14:50:47 +01:00
tests test(ticketBoxing): e2e 2022-09-30 12:59:35 +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 Enable lilium for production 2022-10-20 13:47:50 +02:00
README.md Actualizar 'README.md' 2022-11-15 12:06:12 +00: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 Enable lilium for production 2022-10-20 13:47:50 +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 Updated translations & upgraded quasar 2022-10-26 13:58:45 +02:00
package.json Updated translations & upgraded quasar 2022-10-26 13:58:45 +02:00
quasar.config.js Disabled descriptor menus 2022-11-09 07:35:33 +01: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

Install quasar cli

sudo npm install -g @quasar/cli

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.