reactjs / react-art

React Bridge to the ART Drawing Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using react-art in an ASP.NET MVC6 application

varghesep opened this issue · comments

The ASP.NET MVC6 application comes with bower only for the client side package management, so can't use react-art because there is no bower package for it.

Is there any plan to create a bower version of react-art?

No, sorry. You should use npm and then browserify or webpack to build React and React ART together before including the bundle in your app.