Snakeskin Documentation
Welcome to the Snakeskin documentation! Snakeskin is a modern, lightweight frontend framework for building component-based web applications.
Getting Started
- Getting Started Guide
- Component Development Guide
- State Management Guide
- Styling Guide
- API Reference
- Troubleshooting Guide
- Vercel Deployment Guide
- Netlify Deployment Guide
Installation
bash
pip install snakeskin-xplnhub For development features including hot reload:
bash
pip install snakeskin-xplnhub[dev] For Bootstrap integration:
bash
pip install snakeskin-xplnhub[bootstrap]