official_website/pc
DESKTOP-GMUNQ1B\Administrator 4849382360 init 2024-11-29 14:05:52 +08:00
..
api init 2024-11-29 14:05:52 +08:00
assets init 2024-11-29 14:05:52 +08:00
components init 2024-11-29 14:05:52 +08:00
composables init 2024-11-29 14:05:52 +08:00
constants init 2024-11-29 14:05:52 +08:00
enums init 2024-11-29 14:05:52 +08:00
layouts init 2024-11-29 14:05:52 +08:00
middleware init 2024-11-29 14:05:52 +08:00
nuxt init 2024-11-29 14:05:52 +08:00
pages init 2024-11-29 14:05:52 +08:00
plugins init 2024-11-29 14:05:52 +08:00
public init 2024-11-29 14:05:52 +08:00
scripts init 2024-11-29 14:05:52 +08:00
stores init 2024-11-29 14:05:52 +08:00
typings init 2024-11-29 14:05:52 +08:00
utils init 2024-11-29 14:05:52 +08:00
.env.development.example init 2024-11-29 14:05:52 +08:00
.env.example init 2024-11-29 14:05:52 +08:00
.env.production.example init 2024-11-29 14:05:52 +08:00
.eslintrc.cjs init 2024-11-29 14:05:52 +08:00
.gitignore init 2024-11-29 14:05:52 +08:00
.prettierrc init 2024-11-29 14:05:52 +08:00
README.md init 2024-11-29 14:05:52 +08:00
app.vue init 2024-11-29 14:05:52 +08:00
global.d.ts init 2024-11-29 14:05:52 +08:00
nuxt.config.ts init 2024-11-29 14:05:52 +08:00
package-lock.json init 2024-11-29 14:05:52 +08:00
package.json init 2024-11-29 14:05:52 +08:00
tailwind.config.js init 2024-11-29 14:05:52 +08:00
tsconfig.json init 2024-11-29 14:05:52 +08:00

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.