聊天网站

dmy 1f02b2e26f Merge branch 'master' of http://svn.ouj.com:3000/eos_sicbo/chat há 5 anos atrás
.idea 3e57d891b9 1 há 5 anos atrás
_src 14d7da56d8 去除无用方法 há 5 anos atrás
dist 78ea7b3b3a 1 há 5 anos atrás
protected b3859e49a2 登录支持加入群 há 5 anos atrás
public bb6beb3490 更新离线缓存测试 há 5 anos atrás
.editorconfig 3fd0a73c83 init há 5 anos atrás
.eslintrc.js 51ac884ba7 修复加密bug há 5 anos atrás
.gitignore 70254aa5e9 测试vue/pwa插件 há 5 anos atrás
README.md 72c76df310 更新文档 há 5 anos atrás
apc.php ce7a700fdc 1 há 5 anos atrás
babel.config.js 3fd0a73c83 init há 5 anos atrás
favicon.ico 336c521914 1 há 5 anos atrás
index.php 89343e39bb 1 há 5 anos atrás
jsconfig.json 3fd0a73c83 init há 5 anos atrás
meet-chat.iml 55b474f1e7 用户信息 há 5 anos atrás
package-lock.json c02873965a fix há 5 anos atrás
package.json f74a45fad7 添加去重处理 há 5 anos atrás
vue.config.js 399a81a34b 测试发布 há 5 anos atrás

README.md

Mee.chat聊天


安装依赖

npm install

启动本地调试

npm run serve

打包编译

npm run build

检查代码

npm run lint