基于vue3 + vite + ts的前端模板工程

index.html 483B

    <!-- * @Author: Devin * @Date: 2022-11-10 15:07:57 * @LastEditors: Devin * @LastEditTime: 2023-02-23 16:43:10 * @Description: ts工程开发 --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/logo.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>AIoT</title> </head> <body> <div id="app"></div> <script type="module" src="/src/main.ts"></script> </body> </html>