UNPKG

create-mettle-app

Version:

A set of fast building mettle.js project command line tool.

14 lines (12 loc) 304 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>create-mettle-app</title> </head> <body> <div id="app"></div> <script type="module" src="/src/main.tsx"></script> </body> </html>