Skip to main content
Module

x/vno/example/project_1/public/index.html

a build tool for compiling and bundling Vue single-file components
Go to Latest
File
<!DOCTYPE html><html lang="en">
<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" /> <script src="https://cdn.jsdelivr.net/npm/vue@2/dist/vue.js"></script> <link rel="stylesheet" href="./style.css"> <title>vno test</title></head>
<body> <div id="app"> <!-- built files will be auto injected --> </div> <script src="https://cdn.jsdelivr.net/npm/vue@2.6.12"></script> <script type="module" src='./build.js'></script></body>
</html>