文件名称:基于vue.js和webpack的Chat示例
文件大小:359KB
文件格式:ZIP
更新时间:2019-09-07 04:41:46
vue.js
todomvc看腻了,周末花时间做了一个基于Vue + Webpack构建的简单chat示例,聊天记录保存在localStorge。简单演示了Vue的component、filter、directive、computed以及组件间的事件通讯。 项目地址: https://github.com/Coffcer/vue-chat
【文件预览】:
vue-chat-gh-pages
----.gitignore(13B)
----README.md(282B)
----.jshintrc(191B)
----package.json(1008B)
----dist()
--------main.js(12KB)
--------main.js.map(101KB)
--------vue.js(244KB)
--------images()
----src()
--------components()
--------store.js(1KB)
--------main.js(76B)
----index.html(960B)
----webpack.config.js(1KB)