Installation
Vite Installation
Get started with styleframe in your Vite project.
Initialize styleframe in your project
Use the CLI to initialize styleframe
in your project.
pnpx styleframe init
yarn create styleframe
npx styleframe init
bunx styleframe init
Using the CLI command above, it will:
- Install
styleframe
as a development dependency to your project - Add the
styleframe
plugin to Vite, if possible - Create a new
styleframe.config.ts
file
Write styleframe themes
Enjoy writing modern, maintainable, composable theme files using styleframe!