0
0
Fork 0
New Salix front-end
Go to file
Joan Sanchez 30356c6d0d Slide description text 2022-03-15 10:37:59 +01: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 Slide description text 2022-03-15 10:37:59 +01:00
test Removed editor settings and eslint formatter 2022-03-14 11:31:37 +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
jest.config.js Removed editor settings and eslint formatter 2022-03-14 11:31:37 +01:00
package-lock.json intendation on package lock file 2022-03-11 14:42:12 +01:00
package.json Removed editor settings and eslint formatter 2022-03-14 11:31:37 +01: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.