公司官网前端仓库

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.