0
0
Fork 0
New Salix front-end
Go to file
Carlos Jimenez Ruiz 52d4dba950 e2e and unt test runners working 2022-03-11 17:28:30 +01:00
.vscode Added cypress framework 2022-03-11 14:05:16 +01:00
public Quasar project 2022-03-11 11:25:30 +01:00
src Added cypress framework 2022-03-11 14:05:16 +01:00
test e2e and unt test runners working 2022-03-11 17:28:30 +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 Login fixed 2022-03-11 12:59:10 +01:00
.gitignore Quasar project 2022-03-11 11:25:30 +01:00
.postcssrc.js corrected indentation for files in directory's root 2022-03-11 11:36:40 +01:00
.prettierrc Quasar project 2022-03-11 11:25:30 +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 Added cypress framework 2022-03-11 14:05:16 +01:00
jest.config.js Added cypress framework 2022-03-11 14:05:16 +01:00
package-lock.json intendation on package lock file 2022-03-11 14:42:12 +01:00
package.json e2e and unt test runners working 2022-03-11 17:28:30 +01:00
quasar.conf.js Login fixed 2022-03-11 12:59:10 +01:00
quasar.extensions.json Added cypress framework 2022-03-11 14:05:16 +01:00
quasar.testing.json Added cypress framework 2022-03-11 14:05:16 +01:00
tsconfig.json corrected indentation for files in directory's root 2022-03-11 11:36:40 +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.