0.1.6 • Published 12 months ago

vueky v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Usage

<script src="https://unpkg.com/vueky@latest" type="text/javascript"></script>

Example

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Vueky</title>
    <script
      src="https://unpkg.com/vueky@latest"
      type="text/javascript"
    ></script>
  </head>

  <body>
    <div v-scope>
      <p>${ $lorem.s(50) }</p>
    </div>

    <script>
      vueky.init();
      vueky.app().mount();
    </script>
  </body>
</html>
0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago