@iqual/create-nuxt-icms
v1.5.15
Published
Scaffold a new iqual CMS (ICMS) project with Nuxt frontend
Readme
@iqual/create-nuxt-icms
Scaffold a new iqual CMS (ICMS) project with Nuxt frontend.
Usage
Create a new project
bun create @iqual/nuxt-icms my-projectScaffold in existing project
cd my-existing-project
bunx @iqual/create-nuxt-icms .Options
--dry-run- Show what would be created without actually creating files--help- Show help message
Features
- Interactive setup with language selection (German, English, Italian, French)
- Automatic detection of existing projects
- Generates optimized
nuxt.config.tswith bundle system - Creates
.env.examplewith common configuration - Respects existing
package.jsonversion constraints - Bundle-agnostic setup (bundles added separately)
Examples
# Create new project with interactive setup
bun create @iqual/nuxt-icms my-website
# Dry run to see what would be created
bun create @iqual/nuxt-icms my-website --dry-run
# Scaffold in current directory
bun create @iqual/nuxt-icms .
# Show help
bunx @iqual/create-nuxt-icms --help