# rat-sapling-ui **Repository Path**: RatCoder/rat-sapling-ui ## Basic Information - **Project Name**: rat-sapling-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-24 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rat-sapling-ui A Vue 3 + TypeScript + Vite starter prepared for business development with routing, state management, API infrastructure, environment variables, linting, formatting, and pre-commit checks. ## Structure ```text src |-- app # bootstrap, providers, router, global styles |-- pages # route-level page containers |-- widgets # page sections composed from smaller units |-- features # user-facing business capabilities `-- shared # config, api client, assets, ui, constants ``` ## Included Baseline - `vue-router` with route meta and a not-found page - `pinia` with a sample feature store - `axios` API client with shared error handling - environment-based app config via `VITE_*` - ESLint + Prettier + lint-staged + Husky - layered source structure for pages, widgets, features, and shared code ## Development ```bash npm install npm run dev ``` ## Quality Checks ```bash npm run lint npm run typecheck npm run format:check npm run check ``` ## Build ```bash npm run build ```