edgardleal/require-vuejs

View on GitHub
examples/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
    <head>
    <meta charset="utf-8" />
        <title>Require Vue</title>
    </head>
    <body>
        <div id="app">
            <my-component></my-component>
            <my-component2></my-component2>
            <count-click></count-click>
            <from-alias></from-alias>
        </div>
        <script data-main="app" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.3/require.js" ></script>
    </body>
</html>