This repository has been archived on 2022-10-27. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
template-electron-vue-parcel/index.html

11 lines
No EOL
228 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>vue-parcel</title>
<meta charset="UTF-8">
<script defer src="./main.js"></script>
</head>
<body>
<div id="app"></div>
</body>
</html>