Ei kuvausta

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

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.