New Salix front-end
Go to file
Joan Sanchez 44021ecd9d
gitea/salix-front/pipeline/head This commit looks good Details
Removed boilerplate code
2022-03-31 10:10:40 +02:00
.vscode minor test refactor for component instances 2022-03-25 14:37:14 +01:00
public javascript changes first steps 2022-03-24 13:33:14 +01:00
src jestHelpers implementation 2022-03-25 15:14:49 +01:00
test login e2e path semi-completed 2022-03-25 15:25:32 +01: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 Listen hostname localhost 2022-03-30 15:52:36 +02:00
Jenkinsfile Removed boilerplate code 2022-03-31 10:10:40 +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 Formatted project 2022-03-24 14:57:11 +01:00
docker-compose.yml Added deploy instruction 2022-03-30 15:45:38 +02:00
jest.config.js Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into jest-ci 2022-03-29 14:48:29 +02:00
jsconfig.json Formatted project 2022-03-24 14:57:11 +01:00
package-lock.json updated package-lock 2022-03-29 14:49:13 +02:00
package.json Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into jest-ci 2022-03-29 14:48:29 +02:00
quasar.config.js salix v2 to js migration 2022-03-24 16:49: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

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.