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 2 Jahren
components first commit vor 2 Jahren
pages first commit vor 2 Jahren
public/images first commit vor 2 Jahren
server/api first commit vor 2 Jahren
.gitignore first commit vor 2 Jahren
App.vue first commit vor 2 Jahren
README.md first commit vor 2 Jahren
nuxt.config.ts first commit vor 2 Jahren
package.json first commit vor 2 Jahren
tsconfig.json first commit vor 2 Jahren
yarn.lock first commit vor 2 Jahren

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.