Icons
gitea/salix-front/pipeline/head This commit looks good
Details
|
@ -17,13 +17,13 @@ module.exports = {
|
||||||
// Rules order is important, please avoid shuffling them
|
// Rules order is important, please avoid shuffling them
|
||||||
extends: [
|
extends: [
|
||||||
// Base ESLint recommended rules
|
// Base ESLint recommended rules
|
||||||
// 'eslint:recommended',
|
'eslint:recommended',
|
||||||
|
|
||||||
// Uncomment any of the lines below to choose desired strictness,
|
// Uncomment any of the lines below to choose desired strictness,
|
||||||
// but leave only one uncommented!
|
// but leave only one uncommented!
|
||||||
// See https://eslint.vuejs.org/rules/#available-rules
|
// See https://eslint.vuejs.org/rules/#available-rules
|
||||||
'plugin:vue/vue3-essential', // Priority A: Essential (Error Prevention)
|
// 'plugin:vue/vue3-essential', // Priority A: Essential (Error Prevention)
|
||||||
// 'plugin:vue/vue3-strongly-recommended', // Priority B: Strongly Recommended (Improving Readability)
|
'plugin:vue/vue3-strongly-recommended', // Priority B: Strongly Recommended (Improving Readability)
|
||||||
// 'plugin:vue/vue3-recommended', // Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead)
|
// 'plugin:vue/vue3-recommended', // Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead)
|
||||||
|
|
||||||
// https://github.com/prettier/eslint-config-prettier#installation
|
// 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
|
## Install the dependencies
|
||||||
|
|
||||||
|
@ -16,20 +16,16 @@ npm install
|
||||||
quasar dev
|
quasar dev
|
||||||
```
|
```
|
||||||
|
|
||||||
### Lint the files
|
### Run unit tests
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn lint
|
npm run test:unit
|
||||||
# or
|
|
||||||
npm run lint
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Format the files
|
### Run e2e tests
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn format
|
npm run test:e2e
|
||||||
# or
|
|
||||||
npm run format
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build the app for production
|
### Build the app for production
|
||||||
|
@ -37,7 +33,3 @@ npm run format
|
||||||
```bash
|
```bash
|
||||||
quasar build
|
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 |