Нема описа

0es d545ffe5e5 Merge branch 'v1.1.6-派单厅' into test пре 2 дана
.cursor 1ca19966d8 Remove MCP configuration and add search functionality with localization support пре 3 недеља
.vscode dce5ec98ff Add ESLint support and Google Sign-In integration пре 4 месеци
app fd6fa603e9 Remove debug log for authentication state change in auth client plugin пре 5 дана
i18n b2ab1ff4d9 Update localization files to change "live gift" terminology to "gift tip" in English, Indonesian, and Chinese пре 2 дана
public a8112a9f7c Update payment method in useRecharge and clean up unused code in useTopupPopup пре 2 месеци
scripts 3f7ef44eb1 Refactor withdrawal authentication page for improved user experience пре 1 месец
server 8098a75dd9 Refactor health check response structure to include server instance details пре 1 месец
.gitignore e9c3a5789c Refactor Sentry configuration and clean up .gitignore пре 3 месеци
README.md 7666f3cad5 Init пре 4 месеци
ecosystem.config.cjs 62a844d1a4 Add CDN URL environment variable and new production build script пре 3 месеци
eslint.config.mjs dce5ec98ff Add ESLint support and Google Sign-In integration пре 4 месеци
nuxt.config.ts 36d3f12d03 Add browser language detection for SSR support пре 2 месеци
package.json db9c1f9ed0 Update build:prod script in package.json to use 'bash' for improved compatibility пре 1 месец
sentry.client.config.ts e9c3a5789c Refactor Sentry configuration and clean up .gitignore пре 3 месеци
sentry.server.config.ts e9c3a5789c Refactor Sentry configuration and clean up .gitignore пре 3 месеци
tsconfig.json 7666f3cad5 Init пре 4 месеци
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. пре 4 месеци
yarn.lock 5ed0dc5b7f Update chat SDK integration and enhance IM component styling пре 3 месеци

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.