UNPKG

silki

Version:

Cli tool for build react app, based on generator-react-multipage, create-react-app, roadhog. Support react multiple pages app develop.

21 lines (19 loc) 736 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta lang="zh"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="renderer" content="webkit"> <meta name="description" content=""> <meta name="keyword" content=""> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title><%= htmlWebpackPlugin.options.title %></title> <!-- <link rel="stylesheet" type="text/css" href="//g.alicdn.com/de/tvadmin-react-libs/1.0.0/antd@2.5.2.min.css"> --> </head> <body> <div id="app"></div> <script>__REACT_DEVTOOLS_GLOBAL_HOOK__ = parent.__REACT_DEVTOOLS_GLOBAL_HOOK__</script> <!-- <script src="/vendor.dll.js"></script> --> </body> </html>