暫無描述

Olivier Massot 3a2a15ff66 fix node version 5 月之前
assets 3bfd2ed601 V8-7066 : réduction de la largeur des page à 85% 11 月之前
components cde4a45afc update OPCA section content 6 月之前
composables 5621f1d8f4 test headers 1 年之前
env 6dfdba8426 test meta tags 1 年之前
lang cd30fe8087 fix graphique et page "nous rejoindre" 1 年之前
models 963502b7e3 make news page loading synchronous 1 年之前
pages 5659903c94 V8-7257 : mise à jour des cgv 8 月之前
plugins 99470a56a2 refactor CookieConsent 1 年之前
public 496d07c51d V8-7053 11 月之前
services 352b36115a fix eslint and prettier 1 年之前
stores 45ea05611f apply lint 1 年之前
types 496d07c51d V8-7053 11 月之前
.eslintignore ed25a1688e sticky menu 2 年之前
.eslintrc.cjs 86783b44b4 test to setup meta tags before rendering 1 年之前
.gitignore b2521f19c1 update gitignore 1 年之前
.gitlab-ci.yml b84fa3bc42 fix yarn version for CI 1 年之前
.nuxtignore 58c9974e33 various fixes 1 年之前
.nvmrc 3a2a15ff66 fix node version 5 月之前
.prettierrc 352b36115a fix eslint and prettier 1 年之前
.yarnrc.yml 32aad9fce2 fix .yarnrc file 1 年之前
README.md 3e46ae085c update readme 1 年之前
app.vue 01a43781ef ajout des cookies avec vue3 js 1 年之前
error.vue.off 6dfdba8426 test meta tags 1 年之前
logo.svg 02ff5f6a8d remove news sorting (now api side), refact pagination 1 年之前
nuxt.config.ts 93d80501e6 test meta tags 1 年之前
package.json ffd5427f50 add nuxt-vitalizer 1 年之前
tsconfig.json 3ab40adb6d upgrade nuxt, vuetify and other deps 1 年之前
yarn.lock ffd5427f50 add nuxt-vitalizer 1 年之前

README.md

pipeline status

Latest Release

Site Logiciels

Le website "vitrine" qui présente les logiciels, formations et autres services de l'entreprise. Développé en nuxt3.

@see vuejs.org : Vue est le framework de base de l'application
@see nuxtjs.org : Nuxt est une surcouche à Vue qui automatise et simplifie beaucoup de choses
@see pinia.vuejs.org : Store library that allow you to share a state accross your components / pages
@see pinia-orm.codedredd.de : Ajoute une gestion par modèles / repos au store Pinia
@see vuetifyjs.com : Composants graphiques préconstruits
@see typescriptlang.org : Typescript

Installer

yarn install

Exécuter sur un environnement local

yarn dev

Déployer

yarn generate

Mise en prod

cd /var/opentalent/git/site_logiciels
git pull
nvm exec yarn build
sudo supervisorctl restart site_logiciels:site_logiciels_00

Ou utiliser la commande custom :

cd /var/opentalent/git/site_logiciels
nvm exec yarn deploy

Déboguage en prod

Pour déboguer en prod :

sudo supervisorctl tail -6000 site_logiciels:site_logiciels_00 stderr

Tester la qualité du code

Pour tester :

yarn lint

Pour tester et corriger automatiquement les erreurs qui peuvent l'être :

yarn lint --fix