Renyuan Zou

Results 6 comments of Renyuan Zou

你好,我目前也是需要把一些基础的vue组件分离出去单独做一个npm的包,试了`npm link`这个办法,理论上是没有问题的,可以达到想要的目的。但是我遇到的问题可能和vuejs/babel更相关一些,由于vue组件在分离前,有webpack配置好了babel去解析,但是在分离出去之后,似乎要给新的npm模块单独做一个构建的流程?我现在只是单纯的把一些vue文件抽离了,放到另一个git仓库了,然后用一个入口文件import/export 所有的组件,然后问题是启动webpack server的时候会无限卡在等待打包的过程。我感觉就是缺了对分离出去的npm模块的解析过程。 请问有没有类似vue/react组件本地开发流程的经验分享?谢谢啦

same issue here: https://github.com/Shopify/shopify-node-api/issues/389 @surma please revert the changes of v3.1.0 that making SQLite a peer-deps of session storage (https://github.com/Shopify/shopify-node-api/blob/main/src/context.ts#L46)

I just discovered this amazing project a few days ago and quickly attracted by its simplicity and intuitiveness. But it took me some time to set up a python environment...

@gabriel-tessier wow, that is awesome! I'd love to contribute but I barely can code in python. I'll open source mine and let's see if we can build something together 😄

Hi @mingrammer @gabriel-tessier I just open-sourced my project as well: https://github.com/renyuanz/microdiagram, would you mind to add these 2 web-based projects as a reference in this main project's README? So that...