聊天网站

baichun d05bdde52c Merge branch 'master' of http://svn.ouj.com:3000/eos_sicbo/chat il y a 5 ans
.idea 2600b6b403 消息类型 il y a 5 ans
_src 1f07befe72 添加群认证,免扰消息红点 il y a 5 ans
dist e08992474f build il y a 5 ans
protected 7484ffd617 1 il y a 5 ans
public 85a013e08e 增加pwa显示优化,修复bug il y a 5 ans
.editorconfig 3fd0a73c83 init il y a 5 ans
.eslintrc.js 51ac884ba7 修复加密bug il y a 5 ans
.gitignore 50c4c0da8b build il y a 5 ans
README.md 72c76df310 更新文档 il y a 5 ans
apc.php ce7a700fdc 1 il y a 5 ans
babel.config.js 3fd0a73c83 init il y a 5 ans
favicon.ico 336c521914 1 il y a 5 ans
index.php 89343e39bb 1 il y a 5 ans
jsconfig.json 3fd0a73c83 init il y a 5 ans
mee-chat.iml 1ae98968c7 test il y a 5 ans
package-lock.json 43023e72f0 创建emoji分支 il y a 5 ans
package.json 989e85bdc2 增加表情替换 il y a 5 ans
vue.config.js e08992474f build il y a 5 ans

README.md

Mee.chat聊天


安装依赖

npm install

启动本地调试

npm run serve

打包编译

npm run build

检查代码

npm run lint