聊天网站

baichun 62120d4c28 修复mini版滚动置顶 5 lat temu
.idea da4935b9a4 增加日志打印 5 lat temu
_src 150bba2076 build:new 5 lat temu
dist 62120d4c28 修复mini版滚动置顶 5 lat temu
protected 62120d4c28 修复mini版滚动置顶 5 lat temu
public 44d0c44165 build form 5 lat temu
.editorconfig 3fd0a73c83 init 5 lat temu
.eslintrc.js 51ac884ba7 修复加密bug 5 lat temu
.gitignore 50c4c0da8b build 5 lat temu
README.md 72c76df310 更新文档 5 lat temu
apc.php ce7a700fdc 1 5 lat temu
babel.config.js 3fd0a73c83 init 5 lat temu
build_cache.js c99aa53042 修复bug 5 lat temu
favicon.ico 336c521914 1 5 lat temu
index.php 89343e39bb 1 5 lat temu
jsconfig.json 3fd0a73c83 init 5 lat temu
mee-chat.iml 1ae98968c7 test 5 lat temu
mini.html 62120d4c28 修复mini版滚动置顶 5 lat temu
package-lock.json cab2fb45d9 修复群聊数据加载bug,新增多语言配置 5 lat temu
package.json 1240471e71 test 5 lat temu
vue.config.js b2f66b0de5 图片压缩new 5 lat temu

README.md

Mee.chat聊天


安装依赖

npm install

启动本地调试

npm run serve

打包编译

npm run build

检查代码

npm run lint