聊天网站

baichun 62120d4c28 修复mini版滚动置顶 há 5 anos atrás
.idea da4935b9a4 增加日志打印 há 5 anos atrás
_src 150bba2076 build:new há 5 anos atrás
dist 62120d4c28 修复mini版滚动置顶 há 5 anos atrás
protected 62120d4c28 修复mini版滚动置顶 há 5 anos atrás
public 44d0c44165 build form há 5 anos atrás
.editorconfig 3fd0a73c83 init há 5 anos atrás
.eslintrc.js 51ac884ba7 修复加密bug há 5 anos atrás
.gitignore 50c4c0da8b build 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
build_cache.js c99aa53042 修复bug 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
mee-chat.iml 1ae98968c7 test há 5 anos atrás
mini.html 62120d4c28 修复mini版滚动置顶 há 5 anos atrás
package-lock.json cab2fb45d9 修复群聊数据加载bug,新增多语言配置 há 5 anos atrás
package.json 1240471e71 test há 5 anos atrás
vue.config.js b2f66b0de5 图片压缩new há 5 anos atrás

README.md

Mee.chat聊天


安装依赖

npm install

启动本地调试

npm run serve

打包编译

npm run build

检查代码

npm run lint