@cheese-grinder/stencil-component-config
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

Stencil Component Config

A plugin for StencilJS to add generate Component Config Object and Documentation


Install

npm install @cheese-grinder/stencil-component-config --save-dev

Usage

// stencil.config.ts

import { componentConfigTarget } from '@cheese-grinder/stencil-component-config';
import { Config } from '@stencil/core';

export const config: Config = {
  outputTargets: [
    componentConfigTarget()
  ]
};

Contributing

Thanks for your interest in contributing! Please take a moment to read up on our guidelines for contributing. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Package Sidebar

Install

npm i @cheese-grinder/stencil-component-config

Weekly Downloads

49

Version

0.4.1

License

MIT

Unpacked Size

59.8 kB

Total Files

17

Last publish

Collaborators

  • sukaato