New Salix front-end
Go to file
Carlos Jimenez Ruiz 3683502f30 salix v2 to js migration 2022-03-24 16:49:33 +01:00
.vscode Formatted project 2022-03-24 14:57:11 +01:00
public javascript changes first steps 2022-03-24 13:33:14 +01:00
src salix v2 to js migration 2022-03-24 16:49:33 +01:00
test Formatted project 2022-03-24 14:57:11 +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 javascript changes first steps 2022-03-24 13:33:14 +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
README.md Formatted project 2022-03-24 14:57:11 +01:00
babel.config.js Formatted project 2022-03-24 14:57:11 +01:00
cypress.json Formatted project 2022-03-24 14:57:11 +01:00
jest.config.js Formatted project 2022-03-24 14:57:11 +01:00
jsconfig.json Formatted project 2022-03-24 14:57:11 +01:00
package-lock.json Formatted project 2022-03-24 14:57:11 +01:00
package.json Formatted project 2022-03-24 14:57:11 +01:00
quasar.config.js salix v2 to js migration 2022-03-24 16:49:33 +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

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.