0
0
Fork 0
New Salix front-end
Go to file
Carlos Jimenez Ruiz 913be03e94 front unit tests amends for darkMode and setUser modifications 2022-04-20 13:58:53 +02:00
.vscode Default formatter 2022-04-19 13:07:23 +02:00
public javascript changes first steps 2022-03-24 13:33:14 +01:00
src front unit tests amends for darkMode and setUser modifications 2022-04-20 13:58:53 +02:00
tests Renamed tests folder 2022-04-01 09:13:55 +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 Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into router-navigation 2022-04-01 13:02:41 +02:00
package.json Updated unit test 2022-04-01 15:04:40 +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.