New Salix front-end
Go to file
Joan Sanchez b2d2a70910
gitea/salix-front/pipeline/head This commit looks good Details
Merge branch 'test' of https://gitea.verdnatura.es/verdnatura/salix-front into dev
2022-11-03 08:54:06 +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 Fixed card actions position 2022-11-03 08:53:53 +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 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 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 Changes 2022-10-18 14: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.