0
0
Fork 0
New Salix front-end
Go to file
Carlos Jimenez Ruiz ed9fc32973 jest-ci 1st attempt 2022-03-29 12:53:02 +02:00
.vscode Removed editor settings and eslint formatter 2022-03-14 11:31:37 +01:00
public Quasar project 2022-03-11 11:25:30 +01:00
src Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix-front into dev 2022-03-24 11:45:15 +01:00
test testing made possible :( 2022-03-24 11:44:23 +01:00
.babelrc corrected indentation for files in directory's root 2022-03-11 11:36:40 +01:00
.editorconfig Quasar project 2022-03-11 11:25:30 +01:00
.eslintignore Quasar project 2022-03-11 11:25:30 +01:00
.eslintrc.js Removed editor settings and eslint formatter 2022-03-14 11:31:37 +01:00
.gitignore added .quasar to gitignore 2022-03-14 15:09:56 +01:00
.postcssrc.js corrected indentation for files in directory's root 2022-03-11 11:36:40 +01:00
.prettierrc eslint rules update 2022-03-14 10:34:14 +01:00
README.md Quasar project 2022-03-11 11:25:30 +01:00
babel.config.js corrected indentation for files in directory's root 2022-03-11 11:36:40 +01:00
cypress.json Removed editor settings and eslint formatter 2022-03-14 11:31:37 +01:00
jenkinsfile jest-ci 1st attempt 2022-03-29 12:53:02 +02:00
jest.config.js jest-ci 1st attempt 2022-03-29 12:53:02 +02:00
package-lock.json jest-ci 1st attempt 2022-03-29 12:53:02 +02:00
package.json jest-ci 1st attempt 2022-03-29 12:53:02 +02:00
quasar.conf.js Login fixed 2022-03-11 12:59:10 +01:00
quasar.extensions.json Removed editor settings and eslint formatter 2022-03-14 11:31:37 +01:00
quasar.testing.json Removed editor settings and eslint formatter 2022-03-14 11:31:37 +01:00
tsconfig.json Removed editor settings and eslint formatter 2022-03-14 11:31:37 +01:00

README.md

Salix (salix-front)

Salix front-end

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

npm run lint

Format the files

npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.