Sin descripción

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

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.