CLIENT_H5_VANT Vant + Vue + Vue-router 实现 公羊阅读 h5 客户端。 Vant 是有赞团队开源的移动端 ui 库,包含丰富的组件。文档 Run $ git clone https://github.com/py-novel/client_h5_vant.git $ cd client_h5_vant $ npm install $ npm run serve server 只启动该工程进入页面是没有数据的,还需要启动对应的服务端应用。 公羊阅读服务端:server_node_express