0
0
Fork 0
New Salix front-end
Go to file
Carlos Jimenez Ruiz 363e866f03 indentations for src directory 2022-03-11 12:39:12 +01:00
.vscode indentations for src directory 2022-03-11 12:39:12 +01:00
public Quasar project 2022-03-11 11:25:30 +01:00
src indentations for src directory 2022-03-11 12:39:12 +01:00
test/jest updated intentation for the files in test directory 2022-03-11 11:39:56 +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 corrected indentation for files in directory's root 2022-03-11 11:36:40 +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
jest.config.js corrected indentation for files in directory's root 2022-03-11 11:36:40 +01:00
package-lock.json indentations for src directory 2022-03-11 12:39:12 +01:00
package.json indentations for src directory 2022-03-11 12:39:12 +01:00
quasar.conf.js Quasar project 2022-03-11 11:25:30 +01:00
quasar.extensions.json corrected indentation for files in directory's root 2022-03-11 11:36:40 +01:00
quasar.testing.json corrected indentation for files in directory's root 2022-03-11 11:36:40 +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.