Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/milopadma/create-vold-app
- Owner: Milopadma
- Created: 2024-08-14T07:04:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T11:25:05.000Z (5 months ago)
- Last Synced: 2024-11-30T10:19:13.669Z (3 months ago)
- Topics: nodejs, npm, script, tool
- Language: JavaScript
- Homepage:
- Size: 4.73 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.