Aucune description

Vincent 22905393cf services/environnement/composables il y a 3 ans
assets c3c0ea5040 init Nuxt 3 Project il y a 3 ans
components c3c0ea5040 init Nuxt 3 Project il y a 3 ans
composables 22905393cf services/environnement/composables il y a 3 ans
config c3c0ea5040 init Nuxt 3 Project il y a 3 ans
models c3c0ea5040 init Nuxt 3 Project il y a 3 ans
pages 22905393cf services/environnement/composables il y a 3 ans
plugins 22905393cf services/environnement/composables il y a 3 ans
public c3c0ea5040 init Nuxt 3 Project il y a 3 ans
services 22905393cf services/environnement/composables il y a 3 ans
store 22905393cf services/environnement/composables il y a 3 ans
types 22905393cf services/environnement/composables il y a 3 ans
.env.local 22905393cf services/environnement/composables il y a 3 ans
.env.preprod 22905393cf services/environnement/composables il y a 3 ans
.env.prod 22905393cf services/environnement/composables il y a 3 ans
.eslintrc.js c3c0ea5040 init Nuxt 3 Project il y a 3 ans
.gitignore c3c0ea5040 init Nuxt 3 Project il y a 3 ans
README.md c3c0ea5040 init Nuxt 3 Project il y a 3 ans
app.vue c3c0ea5040 init Nuxt 3 Project il y a 3 ans
nuxt.config.ts 22905393cf services/environnement/composables il y a 3 ans
package-lock.json c3c0ea5040 init Nuxt 3 Project il y a 3 ans
package.json c3c0ea5040 init Nuxt 3 Project il y a 3 ans
tsconfig.json c3c0ea5040 init Nuxt 3 Project il y a 3 ans
yarn-error.log c3c0ea5040 init Nuxt 3 Project il y a 3 ans
yarn.lock c3c0ea5040 init Nuxt 3 Project il y a 3 ans

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

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

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

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.