|
|
@@ -1,29 +1,30 @@
|
|
|
-# Nuxt 3 Minimal Starter
|
|
|
|
|
|
-Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
|
|
|
+[](http://gitlab.2iopenservice.com/opentalent/portail_v2/-/commits/master)
|
|
|
|
|
|
-## Setup
|
|
|
+[](http://gitlab.2iopenservice.com/opentalent/portail_v2/-/releases)
|
|
|
|
|
|
-Make sure to install the dependencies:
|
|
|
+# Site Logiciels
|
|
|
|
|
|
- yarn install
|
|
|
+Le website "vitrine" qui présente les logiciels, formations et autres services de l'entreprise.
|
|
|
+Développé en nuxt3.
|
|
|
+
|
|
|
+> @see [vuejs.org](https://vuejs.org/guide/introduction.html) : Vue est le framework de base de l'application
|
|
|
+> @see [nuxtjs.org](https://nuxt.com/docs/getting-started/introduction) : Nuxt est une surcouche à Vue qui automatise et simplifie beaucoup de choses
|
|
|
+> @see [pinia.vuejs.org](https://pinia.vuejs.org/introduction.html) : Store library that allow you to share a state accross your components / pages
|
|
|
+> @see [pinia-orm.codedredd.de](https://pinia-orm.codedredd.de/guide/getting-started/quick-start) : Ajoute une gestion par modèles / repos au store Pinia
|
|
|
+> @see [vuetifyjs.com](https://cdn.vuetifyjs.com/docs/images/logos/vuetify-logo-v3-slim-text-light.svg) : Composants graphiques préconstruits
|
|
|
+> @see [typescriptlang.org](https://www.typescriptlang.org/) : Typescript
|
|
|
|
|
|
-Créer le symlink vers le bon fichier env (remplacer <environnement> par l'env courant):
|
|
|
|
|
|
- ln -s .env.<environnement> .env
|
|
|
+### Installer
|
|
|
|
|
|
-## Development Server
|
|
|
+ yarn install
|
|
|
|
|
|
-Start the development server on http://localhost:3000
|
|
|
+### Exécuter sur un environnement local
|
|
|
|
|
|
-```bash
|
|
|
-yarn dev
|
|
|
-````
|
|
|
+ yarn dev
|
|
|
|
|
|
-## SSG
|
|
|
+### Déployer
|
|
|
|
|
|
-```bash
|
|
|
-yarn generate
|
|
|
-```
|
|
|
+ yarn generate
|
|
|
|
|
|
-Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
|