tailor-platform/app-shell · 文件 下载 ZIP
文件最后提交记录最后更新时间
README.md
Tailor Platform App Shell
AppShell is an opinionated React application framework for creating applications on Tailor Platform. It gives you authentication, routing, sidebar navigation, responsive layouts, and reusable ERP components out of the box — so you can focus on building business screens.
Packages
| Package | Version | Description |
|---|---|---|
@tailor-platform/app-shell | Core library — components, hooks, layouts, and authentication | |
@tailor-platform/app-shell-vite-plugin | Vite plugin for file-based routing |
Examples
| Example | Description |
|---|---|
vite-app | Vite app with file-based routing using the vite-plugin |
nextjs-app | Next.js App Router integration |
Documentation
For users building applications with AppShell, see the detailed guides in docs/:
- Introduction — What is AppShell and why use it
- Quick Start — Installation, setup, and first steps
Hosted references, no checkout required:
| Site | Description |
|---|---|
| UI Catalogue | Live component previews, full-page samples, composite UI patterns, and routing recipes |
| Theme Generator | Generate an AppShell palette CSS file from a primary color |
Development
This project is a monorepo managed with pnpm + turbo. For prerequisites, setup, the end-to-end development workflow, and publishing, see CONTRIBUTING.md.