Нет описания

Maha Bouchiba 8a61cc6fd0 test push cd 2 лет назад
components 8a61cc6fd0 test push cd 2 лет назад
lang d6fc02c531 add lint prettier 2 лет назад
pages 8a61cc6fd0 test push cd 2 лет назад
plugins d6fc02c531 add lint prettier 2 лет назад
public 8ae0f607c3 page d'accueil + layout 2 лет назад
.env.docker 8ae0f607c3 page d'accueil + layout 2 лет назад
.env.prod 8ae0f607c3 page d'accueil + layout 2 лет назад
.gitignore 8ae0f607c3 page d'accueil + layout 2 лет назад
.gitlab-ci.yml 8a61cc6fd0 test push cd 2 лет назад
.prettierrc 8a61cc6fd0 test push cd 2 лет назад
README.md d6fc02c531 add lint prettier 2 лет назад
app.vue d6fc02c531 add lint prettier 2 лет назад
local.portail_v2.opentalent.fr.crt 8ae0f607c3 page d'accueil + layout 2 лет назад
local.portail_v2.opentalent.fr.key 8ae0f607c3 page d'accueil + layout 2 лет назад
nuxt.config.ts 41f2c677f9 mobile vue 2 лет назад
package.json 8a61cc6fd0 test push cd 2 лет назад
tsconfig.json d6fc02c531 add lint prettier 2 лет назад
yarn.lock 41f2c677f9 mobile vue 2 лет назад

README.md

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

## Development Server

Start the development server on http://localhost:3000

```bash
yarn dev

SSG

yarn generate

Check out the deployment documentation for more information.