leancloud-server icon indicating copy to clipboard operation
leancloud-server copied to clipboard

Backend based leancloud for vue-data-board.

Results 8 leancloud-server issues
Sort by recently updated
recently updated
newest added

Bumps [debug](https://github.com/debug-js/debug), [body-parser](https://github.com/expressjs/body-parser) and [connect](https://github.com/senchalabs/connect). These dependencies needed to be updated together. Updates `debug` from 2.6.8 to 2.6.9 Release notes Sourced from debug's releases. 2.6.9 Patches Remove ReDoS regexp in...

dependencies

Bumps [qs](https://github.com/ljharb/qs), [qs](https://github.com/ljharb/qs), [qs](https://github.com/ljharb/qs) and [body-parser](https://github.com/expressjs/body-parser). These dependencies needed to be updated together. Updates `qs` from 6.4.0 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0;...

dependencies

Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.1 to 1.19.11. Release notes Sourced from urijs's releases. 1.19.11 (April 3rd 2022) SECURITY fixing URI.parse() handle excessive slashes in scheme-relative URLs - disclosed by zeyu2001 via...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.8.3 to 1.13.1. Commits 943977e Merge branch 'umd-alias', tag 1.13.1 release 5630f88 Add version 1.13.1 to the change log 5aa5b52 Update the bundle sizes 76c8d8a Bump the...

dependencies

Bumps [npm](https://github.com/npm/cli) from 6.13.4 to 6.14.6. Release notes Sourced from npm's releases. v6.14.6 6.14.6 (2020-07-07) BUG FIXES a9857b8f6 chore: remove auth info from logs (@claudiahdz) b7ad77598 #1416 fix: wrong npm...

dependencies

有例子数据表和数据吗

一个空的LeanCoud项目无法让启动后台来直接Vue前端 踩坑之后,发现需要在LeanCloud 存储中建立空的Class (Chart / ChartDashMap / Dashboard / DbOrder),之后用Vue前端就可以完美使用。 未来避免别人踩类似的坑,希望 @dongsuo 解决下。 有2个解决办法: 1) 在对Class操作的时候,有错误判断,如果没有Class,就创建Class. 2) 在文档里面,写明在LeanCloud里面需要创建的Class的名字和步骤

enhancement