Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/milopadma/create-vold-app

📝 Starter template for Nuxt 3 apps with Vold CMS integration. Includes TailwindCSS, TypeScript, ESLint, and Prettier for streamlined development. Quickly generate a project using npx create-vold-app. MIT licensed.
https://github.com/milopadma/create-vold-app

nodejs npm script tool

Last synced: 17 days ago
JSON representation

📝 Starter template for Nuxt 3 apps with Vold CMS integration. Includes TailwindCSS, TypeScript, ESLint, and Prettier for streamlined development. Quickly generate a project using npx create-vold-app. MIT licensed.

Awesome Lists containing this project

README

        

# create-vold-app

The fastest way to create a new scaffolded Nuxt 3 app template with Vold CMS integration.

```npx create-vold-app```

what can it do now?
- scaffold a nuxt 3 app with sensible defaults (based on elementis).
- create types from /page and /homepage response from Vold CMS.

roadmap
- [ ] sync types from response on existing create-vold-app projects.
- [ ] auto generate sections<>.vue based on /page and /homepage response.