您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
Jérôme Chauveau b74b5170f8 first commit 2 年前
components first commit 2 年前
pages first commit 2 年前
public/images first commit 2 年前
server/api first commit 2 年前
.gitignore first commit 2 年前
App.vue first commit 2 年前
README.md first commit 2 年前
nuxt.config.ts first commit 2 年前
package.json first commit 2 年前
tsconfig.json first commit 2 年前
yarn.lock first commit 2 年前

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.