Icons
|
@ -17,13 +17,13 @@ module.exports = {
|
|||
// Rules order is important, please avoid shuffling them
|
||||
extends: [
|
||||
// Base ESLint recommended rules
|
||||
// 'eslint:recommended',
|
||||
'eslint:recommended',
|
||||
|
||||
// Uncomment any of the lines below to choose desired strictness,
|
||||
// but leave only one uncommented!
|
||||
// See https://eslint.vuejs.org/rules/#available-rules
|
||||
'plugin:vue/vue3-essential', // Priority A: Essential (Error Prevention)
|
||||
// 'plugin:vue/vue3-strongly-recommended', // Priority B: Strongly Recommended (Improving Readability)
|
||||
// 'plugin:vue/vue3-essential', // Priority A: Essential (Error Prevention)
|
||||
'plugin:vue/vue3-strongly-recommended', // Priority B: Strongly Recommended (Improving Readability)
|
||||
// 'plugin:vue/vue3-recommended', // Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead)
|
||||
|
||||
// https://github.com/prettier/eslint-config-prettier#installation
|
||||
|
|
20
README.md
|
@ -1,6 +1,6 @@
|
|||
# Salix (salix-frontend)
|
||||
# Lilium (lilium-front)
|
||||
|
||||
Salix frontend
|
||||
Lilium frontend
|
||||
|
||||
## Install the dependencies
|
||||
|
||||
|
@ -16,20 +16,16 @@ npm install
|
|||
quasar dev
|
||||
```
|
||||
|
||||
### Lint the files
|
||||
### Run unit tests
|
||||
|
||||
```bash
|
||||
yarn lint
|
||||
# or
|
||||
npm run lint
|
||||
npm run test:unit
|
||||
```
|
||||
|
||||
### Format the files
|
||||
### Run e2e tests
|
||||
|
||||
```bash
|
||||
yarn format
|
||||
# or
|
||||
npm run format
|
||||
npm run test:e2e
|
||||
```
|
||||
|
||||
### Build the app for production
|
||||
|
@ -37,7 +33,3 @@ npm run format
|
|||
```bash
|
||||
quasar build
|
||||
```
|
||||
|
||||
### Customize the configuration
|
||||
|
||||
See [Configuring quasar.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).
|
||||
|
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 859 B After Width: | Height: | Size: 316 B |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 735 B |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 3.8 KiB |