mirror of
https://github.com/aelve/guide.git
synced 2024-11-23 04:07:14 +03:00
469b5b5790
* DefferedPromise refactor * Moved defferedPromise to utils folder * Base url moved to app file * Store modules states rewrittten according to vue doc recommendations * Deffered promise usage moved * removed unused packages in entries * Structure refactor, easier building, prod building configured, tsconfig reconfigure removed useless packages * Update front/index.html Co-Authored-By: avele <34437766+avele@users.noreply.github.com> * Update front/postcss.config.js Co-Authored-By: avele <34437766+avele@users.noreply.github.com> * Comment rewritten
15 lines
273 B
HTML
15 lines
273 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title> Aelve Guide </title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app">
|
|
<!--vue-ssr-outlet-->
|
|
</div>
|
|
</body>
|
|
</html>
|