Initialized dev environment, readme and basic web component template
This commit is contained in:
13
demo/index.html
Normal file
13
demo/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Testing my-component</title>
|
||||
</head>
|
||||
<body>
|
||||
<my-component></my-component>
|
||||
<script src="../src/my-component.ts" type="module"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user