Se implementa la libreria de create-react-library para que funcione la libreria.

Se sube a version 1.0.6
Se sube a GitHub 1.0.6
This commit is contained in:
2019-12-05 13:07:01 -06:00
parent 57a1f1835f
commit 6a86b929c3
24 changed files with 45893 additions and 129 deletions

20
example/public/index.html Normal file
View File

@ -0,0 +1,20 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<title>chart-2-react</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
</body>
</html>

View File

@ -0,0 +1,8 @@
{
"short_name": "chart-2-react",
"name": "chart-2-react",
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}