Açıklama Yok

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

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.