暫無描述

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

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.