UNPKG

vva-cli

Version:

A CLI of Vue 3 and Typescript and Element-plus in Vite

23 lines (20 loc) 570 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title> <!--title--> </title> <link rel="icon" href="/imgs/favicon.png" /> <link rel="stylesheet" href="//at.alicdn.com/t/font_1736405_uuzyumtl39.css"> <!--preload-links--> </head> <body> <div id="app"><!--ssr-outlet--></div> <script type="module" src="/src/framework/entry-client.ts"></script> <script> window.__INITIAL_STATE__ = '<!--vuex-state-->'; </script> </body> </html>