Nincs leírás

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

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.