公司官网前端仓库

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.