An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

Domy logo

# 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.