王兴

Results 9 issues of 王兴

Thank you guys for bringing us such a good tool, but I hope that some places can be improved. When I entered `catch`, I found that no standard `statusCode` returned...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

example url: https://github.com/iwangx/jsx-example/tree/transform-vue-jsx When I run `npm run serve` there will be an error.

``` start ... fs.js:651 var r = binding.read(fd, buffer, offset, length, position); ^ Error: EISDIR: illegal operation on a directory, read at Error (native) at Object.fs.readSync (fs.js:651:19) at Object.fs.readFileSync (fs.js:472:24)...

``` var mp = require('moles-packer'); var options = { 'entry': 'index.ios.js', "platform": "ios", 'output': './build', 'bundle': true, 'common-bundle': true, "verbose":true, "single":false, "minify":true, "standalone":false }; var promise = mp.pack(options, function ()...

moles-packer --entry index.ios.js --platform ios --standalone --output ./build --verbose [MOLES_PACKER] -- options parsed -- name value -------------- ---------------------------- base "/Users/iwangx/Cai8" bundle true commonOutput "BASE/build/moles.common" dev false entry "BASE/index.ios.js" execOnRequired false...

demos下面的项目里面并没有关于拆包的任何命令可以查看,进去是一头雾水,不知道怎么进行拆包,都是拆好的,也不知道如何下手,能写一个详细的配置步骤或者很全面的dome吗?

你们有找到吗?

从web前端转型过来发现组件很少,交互也很少,能不能参考antd把组件进行完善,让组件更加强大,交互更加友好 https://4x.ant.design/components/overview-cn/