Keine Beschreibung

qiao a5301b3e3f feat:新增配置文件 vor 1 Tag
.vscode 4b6388fcaf fix:1.首页的样式修改,和js 逻辑 还有项目的配置修改 vor 6 Tagen
components 1e5d51de71 feat: 1。添加腾讯会议下载功能 vor 1 Tag
layouts 38fa2a3c22 feat:first commit vor 1 Woche
locales 6a9c30b78e feat: 1。添加腾讯会议下载功能 vor 1 Tag
pages a1bd695eea fix:1.input 加 autocomplete="off" vor 2 Tagen
public 178822fb36 feat: 1。添加腾讯会议下载功能 vor 1 Tag
server 0268fd1093 fix:1.接口对接样式修改 vor 4 Tagen
styles c83edc0a08 fix:1.接口对接样式修改 vor 4 Tagen
utils fe816dd2ea fix:1.接口对接样式修改 vor 4 Tagen
.env.development a5301b3e3f feat:新增配置文件 vor 1 Tag
.env.production a5301b3e3f feat:新增配置文件 vor 1 Tag
.env.staging a5301b3e3f feat:新增配置文件 vor 1 Tag
.gitignore 38fa2a3c22 feat:first commit vor 1 Woche
README.md 38fa2a3c22 feat:first commit vor 1 Woche
app.vue 4cb69d63e9 fix:1.接口对接样式修改 vor 3 Tagen
i18n.config.ts 0268fd1093 fix:1.接口对接样式修改 vor 4 Tagen
nuxt.config.ts 4cb69d63e9 fix:1.接口对接样式修改 vor 3 Tagen
package.json a5301b3e3f feat:新增配置文件 vor 1 Tag
pnpm-lock.yaml a5301b3e3f feat:新增配置文件 vor 1 Tag
tsconfig.json 38fa2a3c22 feat:first commit vor 1 Woche
yarn.lock 165cf193bb feat:1.首页的样式修改,js vor 1 Woche

README.md

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install 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 dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.