Files
MSE-SoftwEng/web-app/README.md
2025-03-31 12:44:18 +02:00

734 B

web-app

Installation

Install npm and NodeJS from here

Project setup

Install all dependencies of the npm project. It needs to have Vue 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

Compiles and minifies for production

npm run build

Lints and fixes files

Run the linter integrated

npm run lint

Customize configuration

See Configuration Reference.