JSPM

create-cleanslice

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q56384F
  • License MIT

Scaffold a new full-stack project with CleanSlice architecture (NestJS + Nuxt 3)

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-cleanslice) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    create-cleanslice

    Scaffold a new full-stack project with CleanSlice architecture.

    Usage

    npx create-cleanslice my-app
    cd my-app

    This creates a project with:

    • api/ — NestJS backend with Prisma, Swagger, and vertical slices
    • app/ — Nuxt 3 frontend with Vue 3, Pinia, Tailwind CSS, and shadcn-vue

    Next Steps

    # Start the backend
    cd api && npm install && npm run dev
    
    # Start the frontend (in another terminal)
    cd app && npm install && npm run dev

    Set up Claude Code with the CleanSlice MCP server:

    claude mcp add --scope user --transport http cleanslice https://mcp.cleanslice.org/mcp

    License

    MIT