forked from mengyxu/noob-components
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
834 B
32 lines
834 B
|
3 months ago
|
# Plugs Config/Store/I18n Guidelines
|
||
|
|
|
||
|
|
> Styles, sizes, state management, and internationalization.
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Overview
|
||
|
|
|
||
|
|
This directory documents:
|
||
|
|
- `plugs/config/` - Styles and sizes
|
||
|
|
- `plugs/store/` - State management
|
||
|
|
- `plugs/i18n/` - Internationalization
|
||
|
|
- `plugs/util/` - Utilities
|
||
|
|
- `plugs/websocket/` - WebSocket management
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
## Guidelines Index
|
||
|
|
|
||
|
|
| Guide | Description | Status |
|
||
|
|
|-------|-------------|--------|
|
||
|
|
| [styles](./styles.md) | Theme styles (Dark, Light, Plain, etc.) | Filled |
|
||
|
|
| [sizes](./sizes.md) | Size variants (Small, Normal, Large) | Filled |
|
||
|
|
| [store](./store.md) | Vuex-like store pattern | Filled |
|
||
|
|
| [i18n](./i18n.md) | Internationalization | Filled |
|
||
|
|
| [utilities](./utilities.md) | Async utilities | Filled |
|
||
|
|
| [websocket](./websocket.md) | WebSocket management | Filled |
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
**Language**: English
|