9572eaa81f9adc6825ec865069aa972abd3f5203
- 使用el-popover重构表情选择框,解决样式问题 - 调整表情选择框的宽度和位置 - 更新表情数据,移除部分不常用表情 - 优化表情选择框的交互体验 - 修复CSS样式冲突问题
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.
Description
Languages
JavaScript
77.5%
Vue
16.7%
Less
3.3%
CSS
2.4%
TypeScript
0.1%