Alex Liu
Alex Liu
Calpa 大大現在還有在使用 ZEIT(現在改名為 Vercel)嗎? 稍早打開了他們的網站,npm 了 vercel CLI 跟 now CLI 的部分,發現裡面給的選項都只剩下各大前端框架,如果只是想要建立一個 API Server 好像已經不適用了?不知道大大有沒有遇到這類的問題呢?
> @calpa > @Mini-ghost 我看了一下他們最新的文檔,應該可以用 Node.js 的。 > https://vercel.com/docs/runtimes#official-runtimes/node-js 我試了試,原來只是在 CLI 的部分沒有提供 Node.js 相關選項,但要部屬上去是沒有問題的,謝謝 😉
I had had the same issue before, the eslint show the no-undef warning when I use hooks that be auto-imported. To solve this issue, I try add this code to...
@pi0 @Atinux I will add polyfill for `requestIdleCallback`. And I think we have two way to polyfill. 1. import polyfill at topest of the file and run in client side....
I have a simple idea to solve this feature and maybe more flexible, I wrote my idea at this RFC: This RFC provides a router lifecycle that allows us to...
Thank you for your response. Can I open a PR for this feature in the `beta` branch?
I've implemented a composables API called `useSuspenseQuery` in my own Nuxt project, and it works wonderfully, functioning similarly to `useQuery` but is more SSR-friendly. Initially, we had to write the...
@hebilicious How do you feel about this idea? It would be great to hear your opinion!
Thank you for your feedback. I have a couple of questions I would like to confirm: 1. In #4619, the implementation of adding `app.onUnmount` functionality is located in `runtime-core/src/apiCreateApp.ts` instead...
I have moved the implementation to `runtime-core` and added a test case. Could you please review?