d3371e323e
* wip: vuex structure * add missing files * client: do not fail dev build on eslint error * eslint does not block compilation, mount app when data is ready * eslintrc.js -> eslintrc
14 lines
339 B
HTML
14 lines
339 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Habitica</title>
|
|
</head>
|
|
<body>
|
|
<!-- #loading-screen needs to be rendered before vue, will be deleted once app is loaded -->
|
|
<div id="loading-screen">Loading...</div>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|