leastbad / projector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stimulus Projector

Netlify Status

Getting started

Installation

$ yarn add stimulus-projector

And use it in your JS file:

import { Application } from "stimulus"
import Projector from "stimulus-projector"

const application = Application.start()
application.register("projector", Projector)

Usage

Development

Project setup

$ yarn install
$ yarn dev

Linter

Prettier and ESLint are responsible to lint and format this component:

$ yarn lint
$ yarn format

Contributing

Do not hesitate to contribute to the project by adapting or adding features ! Bug reports or pull requests are welcome.

License

This project is released under the MIT license.

About

License:MIT License


Languages

Language:JavaScript 88.1%Language:HTML 11.9%