Aucune description

Olivier Massot 58267b080c lint il y a 1 an
assets 99470a56a2 refactor CookieConsent il y a 1 an
components 58267b080c lint il y a 1 an
composables 5621f1d8f4 test headers il y a 1 an
env 2e3cac9c24 update .env.prod il y a 1 an
lang cd30fe8087 fix graphique et page "nous rejoindre" il y a 1 an
models bd7c767525 use slugs in news page names il y a 1 an
pages 2ccfc9c0cd remove the client only on mission details il y a 1 an
plugins 99470a56a2 refactor CookieConsent il y a 1 an
public e1fe62f4c7 update manager network picture il y a 1 an
services 352b36115a fix eslint and prettier il y a 1 an
stores 45ea05611f apply lint il y a 1 an
types 31b0f59487 implement new consentment policy il y a 1 an
.eslintignore ed25a1688e sticky menu il y a 2 ans
.eslintrc.cjs 79c8121596 add the apply to job offer dialog il y a 1 an
.gitignore b2521f19c1 update gitignore il y a 1 an
.gitlab-ci.yml d3f1d3fb10 fix CI il y a 1 an
.nuxtignore 58c9974e33 various fixes il y a 1 an
.nvmrc 3ab40adb6d upgrade nuxt, vuetify and other deps il y a 1 an
.prettierrc 352b36115a fix eslint and prettier il y a 1 an
.yarnrc.yml 32aad9fce2 fix .yarnrc file il y a 1 an
README.md 4972ee338c minor fixes il y a 1 an
app.vue 01a43781ef ajout des cookies avec vue3 js il y a 1 an
error.vue c4a2056094 simplify the 404 handling il y a 1 an
logo.svg 02ff5f6a8d remove news sorting (now api side), refact pagination il y a 1 an
nuxt.config.ts 31b0f59487 implement new consentment policy il y a 1 an
package.json c935409a8d add nuxt-gtag and replace analytics and pixel il y a 1 an
tsconfig.json 3ab40adb6d upgrade nuxt, vuetify and other deps il y a 1 an
yarn.lock 5000b2d9bd update yarn.lock il y a 1 an

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 generate
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