wepy wechat demo
1.0.0
Wepy imitates WeChat chat interface, the data comes from mock data, supports chat, automatic reply, etc. Chat records are stored in local storage.
This project is developed based on wepy, please refer to here
npm install wepy-cli -g
git clone [email protected]:wepyjs/wepy-wechat-demo.git
npm install
wepy build
After compilation is completed and the dist
directory is generated, the local development directory of the developer tools points to the project root directory.