Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Jérôme Chauveau b74b5170f8 first commit vor 1 Jahr
components first commit vor 1 Jahr
pages first commit vor 1 Jahr
public/images first commit vor 1 Jahr
server/api first commit vor 1 Jahr
.gitignore first commit vor 1 Jahr
App.vue first commit vor 1 Jahr
README.md first commit vor 1 Jahr
nuxt.config.ts first commit vor 1 Jahr
package.json first commit vor 1 Jahr
tsconfig.json first commit vor 1 Jahr
yarn.lock first commit vor 1 Jahr

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

Check out the deployment documentation for more information.