New Salix front-end
Go to file
Joan Sanchez df203ddb9b
gitea/salix-front/pipeline/head There was a failure building this commit Details
Added vitest
2022-12-22 13:46:43 +01:00
.vscode Updated cypress 2022-12-21 09:19:29 +01:00
public Added new structure 2022-12-20 12:00:36 +01:00
src Added vitest 2022-12-22 13:46:43 +01:00
test Added vitest 2022-12-22 13:46:43 +01:00
.editorconfig Added new structure 2022-12-20 12:00:36 +01:00
.eslintignore Added new structure 2022-12-20 12:00:36 +01:00
.eslintrc.js Added new structure 2022-12-20 12:00:36 +01:00
.gitignore Added new structure 2022-12-20 12:00:36 +01:00
.npmrc Added new structure 2022-12-20 12:00:36 +01:00
.prettierrc.js Added new structure 2022-12-20 12:00:36 +01:00
CHANGELOG.md Added changelog 2022-12-22 08:22:01 +01:00
Dockerfile Added new structure 2022-12-20 12:00:36 +01:00
Jenkinsfile Added new structure 2022-12-20 12:00:36 +01:00
README.md Added new structure 2022-12-20 12:00:36 +01:00
cypress.config.js Updated cypress 2022-12-21 09:19:29 +01:00
docker-compose.yml Removed old folder 2022-12-20 12:50:57 +01:00
index.html Added new structure 2022-12-20 12:00:36 +01:00
jsconfig.json Added extra folder aliases & dynamic language import 2022-12-20 14:01:58 +01:00
package-lock.json Added vitest 2022-12-22 13:46:43 +01:00
package.json Added vitest 2022-12-22 13:46:43 +01:00
postcss.config.js Added new structure 2022-12-20 12:00:36 +01:00
quasar.config.js Added extra folder aliases & dynamic language import 2022-12-20 14:01:58 +01:00
quasar.extensions.json Added vitest 2022-12-22 13:46:43 +01:00
quasar.testing.json Added vitest 2022-12-22 13:46:43 +01:00
vitest.config.js Added vitest 2022-12-22 13:46:43 +01:00

README.md

Salix (salix-frontend)

Salix frontend

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.