Нема описа

Olivier Massot dce51d4aed update the menu scroll component with new trial section пре 10 месеци
assets b129170e13 lint пре 11 месеци
components dce51d4aed update the menu scroll component with new trial section пре 10 месеци
composables 5621f1d8f4 test headers пре 1 година
env 084b306dcc fix env files пре 10 месеци
lang cd30fe8087 fix graphique et page "nous rejoindre" пре 1 година
models 963502b7e3 make news page loading synchronous пре 1 година
pages dce51d4aed update the menu scroll component with new trial section пре 10 месеци
plugins 99470a56a2 refactor CookieConsent пре 1 година
public dedc69c4bd add the trial section to the artist page пре 10 месеци
services 352b36115a fix eslint and prettier пре 1 година
stores 45ea05611f apply lint пре 1 година
types b129170e13 lint пре 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 b129170e13 lint пре 11 месеци
.nuxtignore 58c9974e33 various fixes пре 1 година
.nvmrc 3ab40adb6d upgrade nuxt, vuetify and other deps пре 2 година
.prettierrc 352b36115a fix eslint and prettier пре 1 година
.yarnrc.yml 32aad9fce2 fix .yarnrc file пре 1 година
Dockerfile 548b7ff8f8 test ci пре 11 месеци
README.md b129170e13 lint пре 11 месеци
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 пре 2 година
nuxt.config.ts 93d80501e6 test meta tags пре 1 година
package.json b129170e13 lint пре 11 месеци
tsconfig.json b129170e13 lint пре 11 месеци
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