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-appThis 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 devSet up Claude Code with the CleanSlice MCP server:
claude mcp add --scope user --transport http cleanslice https://mcp.cleanslice.org/mcpLinks
License
MIT