公司官网前端仓库

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

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.