New Salix front-end
Go to file
Joan Sanchez 8c5d968eb2 Quasar v2.0 2022-02-24 10:12:22 +01:00
public Quasar v2.0 2022-02-24 10:12:22 +01:00
src Quasar v2.0 2022-02-24 10:12:22 +01:00
tests init 2022-02-24 09:23:59 +01:00
.browserslistrc init 2022-02-24 09:23:59 +01:00
.eslintrc.js init 2022-02-24 09:23:59 +01:00
.gitignore init 2022-02-24 09:23:59 +01:00
README.md init 2022-02-24 09:23:59 +01:00
babel.config.js init 2022-02-24 09:23:59 +01:00
cypress.json init 2022-02-24 09:23:59 +01:00
jest.config.js init 2022-02-24 09:23:59 +01:00
package-lock.json Quasar v2.0 2022-02-24 10:12:22 +01:00
package.json Quasar v2.0 2022-02-24 10:12:22 +01:00
tsconfig.json init 2022-02-24 09:23:59 +01:00
vue.config.js Quasar v2.0 2022-02-24 10:12:22 +01:00

README.md

salix-front

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Run your end-to-end tests

npm run test:e2e

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.