公司官网前端仓库

sunxiao 524c3815e6 feat: 变更邮箱地址 1 개월 전
assets 524c3815e6 feat: 变更邮箱地址 1 개월 전
components 524c3815e6 feat: 变更邮箱地址 1 개월 전
composables 334f405bf8 feat: 课程变更为swiper滚动 4 달 전
layouts 413408e9b8 feat: 弹窗 3 달 전
pages 524c3815e6 feat: 变更邮箱地址 1 개월 전
plugins 3d761258c7 feat: 集成tailwindcss 5 달 전
public 829e45d1eb feat: 处理video在edge下的黑线问题 4 달 전
types 22f8ecfd4b feat: 文件修改 4 달 전
utils 6472e866fd feat: 新闻版块对接 4 달 전
.env.local 6472e866fd feat: 新闻版块对接 4 달 전
.env.prod 6472e866fd feat: 新闻版块对接 4 달 전
.env.test 6472e866fd feat: 新闻版块对接 4 달 전
.gitignore 6472e866fd feat: 新闻版块对接 4 달 전
.stackblitzrc 3d761258c7 feat: 集成tailwindcss 5 달 전
README.md dbd12b43f2 feat: 添加动画 4 달 전
app.vue 413408e9b8 feat: 弹窗 3 달 전
components.d.ts 9ec2228a85 feat: 联系我们验证 3 달 전
ecosystem.config.js 5f6ddb7e4d style: 样式调整 4 달 전
i18n.config.ts 413408e9b8 feat: 弹窗 3 달 전
nuxt.config.ts 413408e9b8 feat: 弹窗 3 달 전
package-lock.json b8ad885add feat: 关于我们英文 3 달 전
package.json b8ad885add feat: 关于我们英文 3 달 전
tsconfig.json 3d761258c7 feat: 集成tailwindcss 5 달 전

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.