Added Vue, looks like this branch is now going to be DiceCloud V2
This commit is contained in:
3
app/client/head.html
Normal file
3
app/client/head.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<head>
|
||||
<link href="https://fonts.googleapis.com/css?family=Material+Icons" rel="stylesheet">
|
||||
</head>
|
||||
3
app/client/index.html
Normal file
3
app/client/index.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
1
app/client/main.js
Normal file
1
app/client/main.js
Normal file
@@ -0,0 +1 @@
|
||||
import "/imports/ui/vueSetup.js";
|
||||
Reference in New Issue
Block a user