聊天网站

solupro 162185dc71 处理头像 5 years ago
.idea da4935b9a4 增加日志打印 5 years ago
_src 7199501c56 eth转账测试 5 years ago
dist b04d52027e build:form修复聊天 5 years ago
protected 162185dc71 处理头像 5 years ago
public 44d0c44165 build form 5 years ago
.editorconfig 3fd0a73c83 init 5 years ago
.eslintrc.js 51ac884ba7 修复加密bug 5 years ago
.gitignore 50c4c0da8b build 5 years ago
README.md 72c76df310 更新文档 5 years ago
apc.php ce7a700fdc 1 5 years ago
babel.config.js 3fd0a73c83 init 5 years ago
build_cache.js c99aa53042 修复bug 5 years ago
favicon.ico 336c521914 1 5 years ago
index.php 89343e39bb 1 5 years ago
jsconfig.json 3fd0a73c83 init 5 years ago
mee-chat.iml 1ae98968c7 test 5 years ago
mini.html b04d52027e build:form修复聊天 5 years ago
package-lock.json cab2fb45d9 修复群聊数据加载bug,新增多语言配置 5 years ago
package.json 4adf39868d Merge branch 'master' of http://svn.ouj.com:3000/eos_sicbo/chat 5 years ago
vue.config.js 0e5c04bdc3 重构路由 5 years ago

README.md

Mee.chat聊天


安装依赖

npm install

启动本地调试

npm run serve

打包编译

npm run build

检查代码

npm run lint