add DoricViewNode

This commit is contained in:
pengfei.zhou
2019-12-19 20:44:14 +08:00
parent 5854d29b93
commit 5d2e237d9f
7 changed files with 626 additions and 7 deletions

View File

@@ -20,5 +20,18 @@
</div>
<script type="text/javascript" src="./dist/index.js"></script>
</body>
<style>
* {
margin: 0;
padding: 0;
}
html,
body,
#app {
height: 100%;
width: 100%;
}
</style>
</html>