UNPKG

wox-cli

Version:

scaffold for create component, toolkit and so on

15 lines (14 loc) 407 B
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="utf-8"/> <meta name="Cache-Control" content="private"> <title>react component</title> </head> <body> <div id="app"></div> <script src="/dist/app.js" charset="utf-8"></script> </body> </html>