Sin descripción

0es a8112a9f7c Update payment method in useRecharge and clean up unused code in useTopupPopup hace 2 meses
.cursor 4ff90b5ee1 Add Sentry integration to Nuxt configuration and update .gitignore hace 3 meses
.vscode dce5ec98ff Add ESLint support and Google Sign-In integration hace 4 meses
app a8112a9f7c Update payment method in useRecharge and clean up unused code in useTopupPopup hace 2 meses
i18n 0e16448046 Merge branch 'feat/增补test' hace 2 meses
public a8112a9f7c Update payment method in useRecharge and clean up unused code in useTopupPopup hace 2 meses
scripts 7acdcca8d2 Enhance build-prod script with COS upload conditions hace 2 meses
server 6b07363139 Refactor About popup navigation to use router.push for improved routing hace 3 meses
.gitignore e9c3a5789c Refactor Sentry configuration and clean up .gitignore hace 3 meses
README.md 7666f3cad5 Init hace 4 meses
ecosystem.config.cjs 62a844d1a4 Add CDN URL environment variable and new production build script hace 3 meses
eslint.config.mjs dce5ec98ff Add ESLint support and Google Sign-In integration hace 4 meses
nuxt.config.ts 0e16448046 Merge branch 'feat/增补test' hace 2 meses
package.json 5ed0dc5b7f Update chat SDK integration and enhance IM component styling hace 3 meses
sentry.client.config.ts e9c3a5789c Refactor Sentry configuration and clean up .gitignore hace 3 meses
sentry.server.config.ts e9c3a5789c Refactor Sentry configuration and clean up .gitignore hace 3 meses
tsconfig.json 7666f3cad5 Init hace 4 meses
vite-env.d.ts 1c0b0f889b Update Nuxt configuration and styles: change CSS path in nuxt.config.ts, enhance SVG loader configuration, and add SCSS support. Update main.css to include Poppins font and theme variables. Refactor index.vue to improve layout and integrate new components. hace 4 meses
yarn.lock 5ed0dc5b7f Update chat SDK integration and enhance IM component styling hace 3 meses

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.