聊天网站

dmy a6cf2ed7f6 build hace 5 años
.idea 2600b6b403 消息类型 hace 5 años
_src 286299dd58 更新表情 hace 5 años
dist a6cf2ed7f6 build hace 5 años
protected a6cf2ed7f6 build hace 5 años
public 85a013e08e 增加pwa显示优化,修复bug 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
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
meet-chat.iml 55b474f1e7 用户信息 hace 5 años
package-lock.json 43023e72f0 创建emoji分支 hace 5 años
package.json 989e85bdc2 增加表情替换 hace 5 años
vue.config.js a45d8fe76b 修改图标 hace 5 años

README.md

Mee.chat聊天


安装依赖

npm install

启动本地调试

npm run serve

打包编译

npm run build

检查代码

npm run lint