Installation
Install the core package containing all components and types.
npm install @staticview/uiOptional Tools
CLI
Install the staticview CLI to add, create, build, and generate documentation for components into your project.
npm install @staticview/cliSee CLI for available commands.
Vite Plugin
If you are authoring components directly in your project, install the Vite plugin to compile and watch .ts web component files.
npm install @staticview/vite-pluginSee Vite Plugin for configuration.
Staticbolt Plugin
If you are authoring components directly in your project, install the Staticbolt plugin to compile and watch .ts web component files.
npm install @staticview/staticbolt-pluginSee Staticbolt Plugin for configuration.
ESLint Plugin
Lint rules for authoring and consuming staticview components.
npm install @staticview/eslint-pluginSee ESLint Plugin for available rules.
Next Steps
- Setup to configure TypeScript types for your framework.
- After setup, see Theming to style your components.
- Setup Editor Support to get rich editor support for your components.