Installation
Other Installation
Get started with styleframe in your project.
Install styleframe as a dependency
Use your favorite package manager to install styleframe
in your project.
pnpm add styleframe
yarn add styleframe
npm install styleframe
bun add styleframe
Initialize styleframe in your project
Use your favorite package manager to initialize styleframe
in your project. Using the CLI command below, it will:
- Install
styleframe
as a development dependency to your project - Add the
styleframe
plugin, if possible - Create a new
styleframe.config.ts
file - Create a new
src/styleframe.theme.ts
file
We recommend using the pnpm
package manager.
Write styleframe themes
Enjoy writing modern, maintainable, composable theme files using styleframe!