Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 692 Bytes

File metadata and controls

40 lines (26 loc) · 692 Bytes

AS Calendar

A website to display informations about the Sport Assocation of the LIEP.
A Pronote (calendar function) for AS, display schedule and which prof is present

Recommended IDE Setup

VS Code + Vue (Official) (and disable Vetur).

Project Setup

Install dependencies

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Format before push with Prettier

npm run format