Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 904 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 904 Bytes

Front-End

Explanation

Web App made with TypeScript using the VueJS Web Framework, and Apollo to communicate with the database.

Process

Install dependencies:

npm install

Launch the Front-End part as a Web App:

npm run serve

Compile the Front-End part:

npm run build

Note

There are two versions of the Web App. The development version allows you to manage the content, while the production version only allows reading.

Docs