公司官网前端仓库

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.