setup webpack
This commit is contained in:
BIN
src/assets/logo.png
Normal file
BIN
src/assets/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
13
src/index.html
Normal file
13
src/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<title>Vue Demo</title>
|
||||
<meta name="description" content="Vue.js demo app">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
3
src/main.js
Normal file
3
src/main.js
Normal file
@@ -0,0 +1,3 @@
|
||||
/* eslint-env browser */
|
||||
|
||||
document.querySelector('#app').innerHTML = 'Hello from main.js!';
|
||||
Reference in New Issue
Block a user