Aucune description

Olivier Massot ea066ea493 fix CI env il y a 1 an
assets 99470a56a2 refactor CookieConsent il y a 1 an
components 9ca94f2835 update school page numbers il y a 1 an
composables 5621f1d8f4 test headers il y a 1 an
env ea066ea493 fix CI env il y a 1 an
lang cd30fe8087 fix graphique et page "nous rejoindre" il y a 1 an
models 79c8121596 add the apply to job offer dialog il y a 1 an
pages 45ea05611f apply lint il y a 1 an
plugins 99470a56a2 refactor CookieConsent il y a 1 an
public b3d39129cb minor fixes 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 c76b602b92 remove and ignore .htaccess and add .htaccess.skeleton 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 a86d16aa06 Orthographe 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 c935409a8d add nuxt-gtag and replace analytics and pixel 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