UNPKG

@reactseed/template-antd-vite

Version:

React seed ant design template for vite and creating react app

15 lines (13 loc) 340 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" href="favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>__name__</title> </head> <body> <div id="root"></div> <script type="module" src="/src/index.tsx"></script> </body> </html>