chore(web-app): create new vue project to fix dependencies

This commit is contained in:
fastium
2025-03-31 13:04:39 +02:00
parent 627d1ac4c5
commit 4959d0fef2
7 changed files with 231 additions and 3589 deletions

View File

@@ -1,21 +1,11 @@
# web-app
## Installation
Install npm and NodeJS from [here](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
## Project setup
Install all dependencies of the npm project. It needs to have [Vue](https://cli.vuejs.org/guide/installation.html) in global
```
sudo npm install -g @vue/cli
npm install
```
If you have any problem try the next command :
```
npm install ./ --legacy-peer-deps
```
### Compiles and hot-reloads for development
Run a preview on localhost
```
npm run serve
```
@@ -25,11 +15,5 @@ npm run serve
npm run build
```
### Lints and fixes files
Run the linter integrated
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).