megadraft-youtube-plugin
v1.3.1
Published
megadraft-youtube-plugin
Downloads
15
Maintainers
Readme
Youteste - Megadraft Plugin
Instalando as dependencias (npm)
make setup
Rodando o dev-server
make run
open http://localhost:8080/demo
Testando
Para rodar os testes + eslint
make test
Se você está constantemente rodando testes, existe uma alternativa mais rápida utilizando watch:
make watch_unit