/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
fixtures/art/index.html
22 строки
385 B
Dominic Gannaway
Convert current build system to Rollup and adopt flat bundles (#9327)
05 апр 2017, 18:47
05 апр 2017, 18:47
4b2eac3
Код
Авторство
О чём код?
<!DOCTYPE html> <html> <head> <title>VectorWidget</title> </head> <body> <div id="container"> <p>If you're seeing this message, it means you haven't generated the bundle file for this example. Try running:</p> <pre><code> npm install npm run build </code></pre> <p>then reload the page.</p> </div> <script src="bundle.js"></script> </body> </html>