# 违禁词检测 **Repository Path**: ctfs/detection-of-prohibited-words ## Basic Information - **Project Name**: 违禁词检测 - **Description**: 违禁词检测,使用的是5118的接口 https://www.5118.com/apistore/detail/555082a5-da82-e911-80cf-1866da4dbcc0/ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-05-22 - **Last Updated**: 2022-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 违禁词检测 使用的是 5118 平台的 API 使用的技术 vue2+axios,组件之间数据传输使用的是*eventBus*模式 接口说明: > https://www.5118.com/apistore/detail/555082a5-da82-e911-80cf-1866da4dbcc0/ ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).