Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chialab/dna-tools
A set of libraries for DNA integrations with other tools.
https://github.com/chialab/dna-tools
Last synced: about 2 months ago
JSON representation
A set of libraries for DNA integrations with other tools.
- Host: GitHub
- URL: https://github.com/chialab/dna-tools
- Owner: chialab
- License: mit
- Created: 2023-01-13T10:55:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T18:48:16.000Z (7 months ago)
- Last Synced: 2024-08-09T01:07:31.625Z (5 months ago)
- Language: TypeScript
- Homepage: https://chialab.github.io/dna/guide/tools
- Size: 1.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNA Tools
A set of libraries for [DNA](https://chialab.github.io/dna) integrations with other tools.
## Development
- [HMR](./packages/hmr-dna/): hot module replacement library for DNA components.
- [Web Dev Server HMR](./packages/wds-plugin-hmr-dna/): hot module replacement for DNA components and Web Dev Server.
- [Vite HMR](./packages/vite-plugin-hmr-dna/): hot module replacement for DNA components and Vite.## Documentation
### Custom Elements Manifest
- [CEM Analyzer Plugin](./packages/manifest-analyzer-dna-plugin/): DNA components plugin for `@custom-elements-manifest/analyzer`.
### Storybook
- [Storybook DNA](./packages/storybook-dna/): the library used to render Storybook stories with DNA.
- [Storybook DNA Vite](./packages/storybook-dna-vite/): Storybook for DNA and Vite.---
## License
**DNA Tools** are released under the [MIT](https://github.com/chialab/dna-tools/blob/main/LICENSE) license.