<div id="app">
<component-a></component-a>
<component-b></component-b>
</div>
WARNING: This is a legacy project.
Please refactor it:
1. Add styles to index.html.
2. Add scripts to index.html.
3. Import packages in JavaScript files. Global libs is no longer available.
Below, we will try to add styles and scripts automatically.
<link rel="stylesheet" href="style.scss" />
<script src="component.js"></script>,
<script src="main.js"></script>