聊天网站

solupro f42af2a89a 修改判断 hace 5 años
.idea da4935b9a4 增加日志打印 hace 5 años
_src e1a70cba10 添加主网校验 hace 5 años
dist e1a70cba10 添加主网校验 hace 5 años
protected f42af2a89a 修改判断 hace 5 años
public 44d0c44165 build form hace 5 años
.editorconfig 3fd0a73c83 init hace 5 años
.eslintrc.js 51ac884ba7 修复加密bug hace 5 años
.gitignore 50c4c0da8b build hace 5 años
README.md 72c76df310 更新文档 hace 5 años
apc.php ce7a700fdc 1 hace 5 años
babel.config.js 3fd0a73c83 init hace 5 años
build_cache.js c99aa53042 修复bug hace 5 años
favicon.ico 336c521914 1 hace 5 años
index.php 89343e39bb 1 hace 5 años
jsconfig.json 3fd0a73c83 init hace 5 años
mee-chat.iml 1ae98968c7 test hace 5 años
mini.html e1a70cba10 添加主网校验 hace 5 años
package-lock.json cab2fb45d9 修复群聊数据加载bug,新增多语言配置 hace 5 años
package.json 5d6ba154d4 test图片 hace 5 años
vue.config.js b2f66b0de5 图片压缩new hace 5 años

README.md

Mee.chat聊天


安装依赖

npm install

启动本地调试

npm run serve

打包编译

npm run build

检查代码

npm run lint