@framejs/mixins
Version:
A set of mixing to help and speed up development of web components
35 lines (22 loc) • 641 B
Markdown
# Frame Mixins
Frame mixins is a mixin library meant to speed up development and reduce the amount of boilerplate when creating web components. All mixins are written in Typescript, and is works great with [framejs/cli](https://github.com/framejs/cli)
## Development
Clone repo:
```sh
$ git clone https://github.com/framejs/mixins.git
```
Install dependencies:
```sh
$ npm install
```
Compile on file changes:
```sh
$ npm start
```
Build:
```sh
$ npm run build
```
## Can you help?
Yes! The more people (and bots) the better.
Please create an issue, make a pull request, start a discussion or ping me on twitter - @emolrmoeller.