Semaphore/web
Arnaud V c60e952ec5 Trim important fields in repository and inventory forms
This will prevent whitespaces at the start or the end of the strings
to be saved as part of the inventory path or the repository url/path
2024-07-02 17:59:05 +02:00
..
public Support TF/Bash (#2077) 2024-06-13 01:20:57 +05:00
src Trim important fields in repository and inventory forms 2024-07-02 17:59:05 +02:00
tests/unit refactor: rename directory web2 to web 2022-10-29 18:37:20 +05:00
.browserslistrc refactor: rename directory web2 to web 2022-10-29 18:37:20 +05:00
.editorconfig refactor: rename directory web2 to web 2022-10-29 18:37:20 +05:00
.eslintrc.js refactor: rename directory web2 to web 2022-10-29 18:37:20 +05:00
babel.config.js refactor: rename directory web2 to web 2022-10-29 18:37:20 +05:00
package-lock.json feat(schedule): editor 2024-06-24 17:24:08 +05:00
package.json feat(schedule): editor 2024-06-24 17:24:08 +05:00
README.md refactor: rename directory web2 to web 2022-10-29 18:37:20 +05:00
vue.config.js feat: replace packr and add basic cache headers 2024-03-01 15:52:30 +01:00

web

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.