https://github.com/atomicojs/custom-elements-manifest
https://github.com/atomicojs/custom-elements-manifest
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atomicojs/custom-elements-manifest
- Owner: atomicojs
- Created: 2021-06-09T05:51:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T21:43:51.000Z (about 5 years ago)
- Last Synced: 2025-10-26T12:30:02.750Z (8 months ago)
- Language: JavaScript
- Size: 72.3 KB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @atomico/custom-elements-manifest
plugin for [@custom-elements-manifest/analyzer](https://github.com/open-wc/custom-elements-manifest/) that adds support to [Atomico](https://github.com/atomicojs/atomico)
## Example
`custom-elements-manifest.config.mjs`
```js
import atomico from "@atomico/custom-elements-manifest";
export default {
plugins: [atomico()],
};
```