fair-rose
fair-rose17mo ago

CLI is not generating page?

So i use the cli to create resource, yes it does create component for the resource but not page? so when I run the /resource .. Sorry, the page you visited does not exist. . how do you guys do it now with v4?
4 Replies
kapa.ai
kapa.ai17mo ago
Hey @0x_stephel! I'm the kapa.ai support bot. I've searched through the docs to try to answer your question. :wave:
kapa.ai
kapa.ai17mo ago
---------------------- Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the refine documentation for more information on creating pages and resources: - Quick Start Guide (https://refine.dev/docs/getting-started/quickstart) - Tutorial: Getting Started (https://refine.dev/docs/tutorial/getting-started/headless/create-project) These resources should help you understand how to create pages and resources using refine. ----------------------
Quick Start Guide | refine
refine works on any environment that can run React (incl. CRA, Next.js, Remix, Vite etc.)
3. Creating your refine project | refine
Launch the refine CLI setup
kapa.ai
kapa.ai17mo ago
<@1059418468451110942> kapa.ai is still learning and improving, please let us how it did by reacting below
quickest-silver
quickest-silver17mo ago
Hey, you can define your routes based on your framework. https://refine.dev/docs/api-reference/core/providers/router-provider/
Router Provider | refine
refine provides a simple interface from the routerProvider prop to infer the resource from route, pass, parse and sync the query parameters and handle navigation operations. This provider and its properties are optional but it is recommended to use it to get the most out of refine. Rather than restricting and limiting our users to specific routi...
More Posts