mpvue-cnode icon indicating copy to clipboard operation
mpvue-cnode copied to clipboard

用mpvue写的小程序版的cnode社区

Results 7 mpvue-cnode issues
Sort by recently updated
recently updated
newest added

npm run dev后微信开发工具中显示:编译出错Error: ENOENT:no such file or derictory,open 'E:\\xxxx\\dist\\game.json'

![fs](https://user-images.githubusercontent.com/41992447/47425856-2fc50800-d7be-11e8-821f-1c6b7459a99a.png) 为什么在微信开发工具中打不开dist文件

1. http://localhost:8080/ 出现”Cannot GET /“ 2. ```js npm run build ``` dist中生成不了app.js,aap.json等小程序必须的文件

@@从主页的README上,看到作者 @jaxQin 写到: > 待办事宜: > 登录 > 点赞 > 收藏 > 发布 > 评论 然而, 查看了CNode社区的[API页面](https://cnodejs.org/api),并未提供**登录接口**。 同时,以上的几个事件,都是需要有用户的**accessToken**。而API文档底部提示: > 知识点 > 如何获取 accessToken? 用户登录后,在设置页面可以看到自己的 accessToken。 建议各移动端应用使用手机扫码的形式登录,验证使用 /accesstoken 接口,登录后长期保存 accessToken。 所以,我推荐,用**二维码扫描**,从登录后的[设置页](https://cnodejs.org/setting)获取accessToken

请问这个是什么原因?