2.5.17 • Published 6 years ago

@lyo/vue v2.5.17

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

@lyo/vue

A browser-compatible version of vue built automatically with Lyo.

Version Build Hits

Usage

In a browser

<script src="https://cdn.jsdelivr.net/npm/@lyo/vue"></script>

<script>
  vue(foo);
</script>

In Node.js

# Install
npm i @lyo/vue
const vue = require('@lyo/vue')

vue(foo);

Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk

2.5.17

6 years ago