0
0
Fork 0
New Salix front-end
Go to file
Carlos Jimenez Ruiz ecdb785abb implemented cypress e2e testing 2022-03-24 14:12:14 +01:00
.vscode implemented cypress e2e testing 2022-03-24 14:12:14 +01:00
public javascript changes first steps 2022-03-24 13:33:14 +01:00
src implemented cypress e2e testing 2022-03-24 14:12:14 +01:00
test implemented cypress e2e testing 2022-03-24 14:12:14 +01:00
.babelrc implementation of jest unit testing 2022-03-24 13:41:17 +01:00
.editorconfig javascript changes first steps 2022-03-24 13:33:14 +01:00
.eslintignore javascript changes first steps 2022-03-24 13:33:14 +01:00
.eslintrc.js implemented cypress e2e testing 2022-03-24 14:12:14 +01:00
.gitignore javascript changes first steps 2022-03-24 13:33:14 +01:00
.postcssrc.js javascript changes first steps 2022-03-24 13:33:14 +01:00
README.md javascript changes first steps 2022-03-24 13:33:14 +01:00
babel.config.js implementation of jest unit testing 2022-03-24 13:41:17 +01:00
cypress.json implemented cypress e2e testing 2022-03-24 14:12:14 +01:00
jest.config.js implementation of jest unit testing 2022-03-24 13:41:17 +01:00
jsconfig.json javascript changes first steps 2022-03-24 13:33:14 +01:00
package-lock.json implemented cypress e2e testing 2022-03-24 14:12:14 +01:00
package.json implemented cypress e2e testing 2022-03-24 14:12:14 +01:00
quasar.config.js javascript changes first steps 2022-03-24 13:33:14 +01:00
quasar.extensions.json implemented cypress e2e testing 2022-03-24 14:12:14 +01:00
quasar.testing.json implemented cypress e2e testing 2022-03-24 14:12:14 +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.