Bez popisu

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

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.