bdcb779cf8352332ff70f00fedb9578ef36a1cd3
- 修改页面提示标题为"欢迎留言" - 简化表单字段,移除产品选择、参考链接及文件上传功能 - 调整表单布局和标签文案,统一使用"留言标题"和"留言内容" - 更新内容输入框的占位符文本 - 修改必填项验证提示信息,适配新的留言场景
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.
Description
Languages
Vue
48.9%
TypeScript
35.9%
CSS
14.6%
HTML
0.5%