https://github.com/domyjs/domy
A lightweight and minimal JavaScript framework for your frontend that mixes AlpineJS and VueJS perfectly.
https://github.com/domyjs/domy
alpinejs framework javascript lightweight minimal reactjs sveltejs typescript vuejs
Last synced: about 7 hours ago
JSON representation
A lightweight and minimal JavaScript framework for your frontend that mixes AlpineJS and VueJS perfectly.
- Host: GitHub
- URL: https://github.com/domyjs/domy
- Owner: domyjs
- License: mit
- Created: 2024-03-22T00:16:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-03T20:51:12.000Z (9 months ago)
- Last Synced: 2025-10-26T20:57:19.661Z (5 months ago)
- Topics: alpinejs, framework, javascript, lightweight, minimal, reactjs, sveltejs, typescript, vuejs
- Language: TypeScript
- Homepage: https://domyjs.github.io/domy/
- Size: 4.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Domy
A lightweight and minimal JavaScript framework for your frontend that mixes AlpineJS and VueJS perfectly.
# ๐ Features
- Lightweight and fast
- Reactive data binding
- Component-based architecture
- Easy to integrate with existing projects
- No virtual DOM
# ๐ Documentation
Check out the [official documentation](https://domyjs.github.io/domy/) for detailed instructions on how to get started with Domy.
# Installation
```
$ npm install @domyjs/domy
```
or with the cdn
```html
```
# ๐ Usage
Hereโs a quick example to get you started:
```html
My Counter!
Count: {{ count }}
Increment
DOMY.createApp().mount();
```
# ๐ค Contributing
We welcome contributions of all kinds! Check out our [Contributing Guide](./CONTRIBUTE.md) for details on how to get started.
# ๐ฎโโ๏ธ Code of conduct
Check out our [CODE OF CONDUCT](./CODE_OF_CONDUCT.md) for details.
# ๐ Contact
If you have any questions or feedback, feel free to open an issue.
# ๐ License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.