商家入驻

余尚辉 f33eac6546 fix: 修改bug优化体验 6 ヶ月 前
.nuxt f33eac6546 fix: 修改bug优化体验 6 ヶ月 前
server 51ddf84044 feat:init 9 ヶ月 前
src ed706b501d feat:init 6 ヶ月 前
.DS_Store e91c0fc046 style: 修改常见问题样式 7 ヶ月 前
.env.local ffc0cb044c feat:init 7 ヶ月 前
.env.production ffc0cb044c feat:init 7 ヶ月 前
.env.test ffc0cb044c feat:init 7 ヶ月 前
.gitignore a26486bc6a feat:init 7 ヶ月 前
README.md 51ddf84044 feat:init 9 ヶ月 前
favicon.ico 51ddf84044 feat:init 9 ヶ月 前
nuxt.config.ts 7f8952d16d feat:init 7 ヶ月 前
package.json 7f8952d16d feat:init 7 ヶ月 前
pnpm-lock.yaml ffc0cb044c feat:init 7 ヶ月 前
prettierrc.json 51ddf84044 feat:init 9 ヶ月 前
tsconfig.json 51ddf84044 feat:init 9 ヶ月 前
yarn.lock 51ddf84044 feat:init 9 ヶ月 前

README.md

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.