mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-18 09:21:08 -05:00
15 lines
436 B
HTML
15 lines
436 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<link rel="shortcut icon" href="<%%= webpackConfig.output.publicPath %%>favicon.ico">
|
|
<title><%= options.projectName %></title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|