بدون توضیح

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.