官网模板
Go to file Use this template
2024-05-02 21:28:18 +08:00
assets/css init 2024-05-02 21:28:18 +08:00
components init 2024-05-02 21:28:18 +08:00
lang init 2024-05-02 21:28:18 +08:00
layout init 2024-05-02 21:28:18 +08:00
middleware init 2024-05-02 21:28:18 +08:00
pages init 2024-05-02 21:28:18 +08:00
plugins init 2024-05-02 21:28:18 +08:00
public init 2024-05-02 21:28:18 +08:00
server init 2024-05-02 21:28:18 +08:00
store init 2024-05-02 21:28:18 +08:00
style/element init 2024-05-02 21:28:18 +08:00
utils init 2024-05-02 21:28:18 +08:00
.env init 2024-05-02 21:28:18 +08:00
.env.production init 2024-05-02 21:28:18 +08:00
.gitignore init 2024-05-02 21:28:18 +08:00
.npmrc init 2024-05-02 21:28:18 +08:00
i18n.config.ts init 2024-05-02 21:28:18 +08:00
nuxt.config.ts init 2024-05-02 21:28:18 +08:00
package-lock.json init 2024-05-02 21:28:18 +08:00
package.json init 2024-05-02 21:28:18 +08:00
README.md init 2024-05-02 21:28:18 +08:00
tsconfig.json init 2024-05-02 21:28:18 +08:00
yarn.lock init 2024-05-02 21:28:18 +08:00

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

Development Server

Start the development server on http://localhost:3003

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.