Download link : [ front-pattern.tgz ]
The archive contains a fully operational IDEA project of a front-end web application, written in Vuejs with composition API, with the following points :
- It does not include any library (like Vuetify) that provides "pretty" graphical components,
- It is "ready-to-connect" with the API, providing services to interact with.
In order to deploy and test this application, you have to :
- download and decompress the archive,
- go into the application directory and launch npm install to download all required node modules.
- start the app with npm run dev
- go into a browser and open the URL displayed after starting the app.