New Salix front-end
Go to file
Pau b143f1f9c7 refactor to lowerCamelCase 2022-12-20 09:11:17 +01:00
.vscode Pinned refactor 2022-11-29 14:45:48 +01:00
public replaced quasar icon with salix icon 2022-06-08 12:31:08 +02:00
src refactor to lowerCamelCase 2022-12-20 09:11:17 +01:00
tests Merge branch 'dev' into 4834-create-worker-module 2022-12-20 08:49:02 +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 Updated unit tests 2022-12-13 12:21:12 +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 unit tests 2022-11-18 14:12:08 +01:00
jsconfig.json 4799 - Print composable 2022-11-17 08:04:12 +01:00
package-lock.json Updated packages version 2022-12-19 14:32:55 +01:00
package.json Updated packages version 2022-12-19 14:32:55 +01:00
quasar.config.js Pinned refactor 2022-11-29 14:45:48 +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.