https://github.com/zenstackhq/docs-tutorial-nuxt
ZenStack tutorial for Nuxt
https://github.com/zenstackhq/docs-tutorial-nuxt
Last synced: 4 months ago
JSON representation
ZenStack tutorial for Nuxt
- Host: GitHub
- URL: https://github.com/zenstackhq/docs-tutorial-nuxt
- Owner: zenstackhq
- Created: 2023-10-18T13:48:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-25T02:22:03.000Z (about 1 year ago)
- Last Synced: 2025-03-10T18:01:40.501Z (4 months ago)
- Language: TypeScript
- Size: 156 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZenStack Nuxt Tutorial Project
This is a sample project for demonstrating how to use ZenStack in a Next.js project.
See documentation [here](https://zenstack.dev/docs/get-started/nuxt).
To run the project:
```
npm run build
npm run dev
```For the Next.js 13 new "app" directory, please checkout [this project](https://github.com/zenstackhq/docs-tutorial-nextjs-app-dir).