Skip to content

Instantly share code, notes, and snippets.

@hiepxanh
Created April 29, 2023 02:54
Show Gist options
  • Save hiepxanh/ecf5e2c3600cf49c333749a915f58f6c to your computer and use it in GitHub Desktop.
Save hiepxanh/ecf5e2c3600cf49c333749a915f58f6c to your computer and use it in GitHub Desktop.
angular vite
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + TS</title>
</head>
<body>
<div id="app"></div>
<img src="/vite.svg" alt="">
<app-root></app-root>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment