
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
create-matechat
Advanced tools
可以在本子项目根目录(packages/vue-starter)下执行:
pnpm install
也可以在 MateChat 根目录下执行:
// 推荐执行一次, 可能本地项目之前用npm安装的依赖, 该指令会为根项目和所有子项目安装依赖
pnpm install
// 只会对vue-starter子项目安装依赖
pnpm install --filter vue-starter
// 为子项目安装指定包
pnpm add "package-name" --filter vue-starter
在根项目根目录下执行:
pnpm run dev:vue-starter
或者在子项目 vue-starter 目录下执行:
pnpm run dev
├── hooks 逻辑复用 │ ├── ... │ └── index.ts │ ├── mock-data 模拟数据 │ ├── router 路由 │ ├── ... │ └── index.ts │ ├── store 全局状态管理库 │ ├── ... │ └── index.ts │ ├── types 全局 ts 类型 │ ├── ... │ └── index.ts │ ├── utils 工具方法 │ ├── ... │ └── index.ts │ ├── view 页面模块 │ ├── appendix 附件 │ ├── audio 音频 │ ├── chat-model 对话模型 │ ├── chat-process 对话过程 │ ├── chat-setting 聊天设置 │ ├── guess-you-want 猜你想问 │ ├── header 头部 │ ├── history 对话历史 │ ├── input 输入框 │ ├── online-search 联网搜索 │ ├── welcome 欢迎页 │ └── chat-view.vue 对话模块
FAQs
Command-line tool for MateChat
We found that create-matechat demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.