Nuxt
1. Setup JamAIBase project.



2. Create a Nuxt app
3. Install the JamAI Base client library, jamaibase
jamaibase4. Create a .env file at the root or your project and add the keys
.env file at the root or your project and add the keys5. In the nuxt.config.ts file add runtimeConfig to use the environment variables
nuxt.config.ts file add runtimeConfig to use the environment variables6. Create a page to list tables
7. Create server handler to fetch tables:
8. Create a page to create new action table
9. Create an API to create a new table
10. Add default layout
12. Start the app
Last updated
Was this helpful?