Sin descripción

Olivier Massot c0ca33c47d Merge branch 'hotfix/V8-7826-corrections-graphiques-boutique-' into develop hace 7 meses
assets b129170e13 lint hace 1 año
components f94e33e9fa fix youtube iframe style hace 9 meses
composables c7888b08cf Improves error handling and adds CMF alert hace 9 meses
env 06c45a4caf Merge branch 'feature/V8-7398-ajout-des-lments-lis--la-demande' into develop hace 9 meses
lang c7888b08cf Improves error handling and adds CMF alert hace 9 meses
models 963502b7e3 make news page loading synchronous hace 1 año
pages bdc276e3b6 fix responsive display for shop/validation page hace 7 meses
plugins 99470a56a2 refactor CookieConsent hace 1 año
public dedc69c4bd add the trial section to the artist page hace 11 meses
services e8e9829baf fix hydra normalizer to manage new hydra format hace 7 meses
stores 45ea05611f apply lint hace 1 año
types 55cbb75f13 remove unused structure types hace 9 meses
.eslintignore ed25a1688e sticky menu hace 2 años
.eslintrc.cjs 86783b44b4 test to setup meta tags before rendering hace 1 año
.gitignore b2521f19c1 update gitignore hace 1 año
.gitlab-ci.yml b129170e13 lint hace 1 año
.nuxtignore 58c9974e33 various fixes hace 2 años
.nvmrc 3a2a15ff66 fix node version hace 10 meses
.prettierrc 352b36115a fix eslint and prettier hace 2 años
.yarnrc.yml 32aad9fce2 fix .yarnrc file hace 2 años
Dockerfile 548b7ff8f8 test ci hace 1 año
README.md b129170e13 lint hace 1 año
app.vue 01a43781ef ajout des cookies avec vue3 js hace 1 año
error.vue.off 6dfdba8426 test meta tags hace 1 año
logo.svg 02ff5f6a8d remove news sorting (now api side), refact pagination hace 2 años
nuxt.config.ts 4f211a4e9d fix 'non pojo' error hace 7 meses
package.json a03584b049 Enhances trial form and API request service hace 10 meses
tsconfig.json b129170e13 lint hace 1 año
yarn.lock a03584b049 Enhances trial form and API request service hace 10 meses

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