Skip to content
Snippets Groups Projects
Select Git revision
  • 7da6e00e02845d7851f98fbfeb3d7bfecc355bd1
  • master default
  • autorisation_visit
  • signup_mydata
  • format_editData
  • dev
  • authorize-valid-profile
  • feli90-patch-2
  • feli90-patch-1
  • context_sheet
  • testNewForm
  • FeliLocalTest1
  • ios-account-fix
  • change-form-link
  • dev_pages_projet
  • remise_sorties
  • release/first-users
17 results

oser-frontend

Name Last commit Last update
.vscode
backend
frontend
README.md
vetur.config.js

centrale-ei-web

Backend

Project setup

cd backend
npm install

Start and auto-reload for development

npm run dev

Start for production

npm run start

Lint and fix files

npm run lint

Frontend

Project setup

cd frontend
npm install

Compile and hot-reload for development

npm run dev

Compile and minifiy for production

npm run build

Lint and fix files

npm run lint

Customize configuration

See Configuration Reference.