xm-vue
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

What is xm-vue?

It's nothing but a project that imitate the real VUE project for study. The functions it implemented are:

  • asynchronous data binding.
  • bidirectional data binding.
  • event binding.
  • etc.

How to use?

Browser

Just add the script tag

<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>

Webpack

First, install the package with the command:

yarn add xm-vue or npm install xm-vue

Secnod, import the package like this:

import XmVue from 'xm-vue'

Then, you can use the xm-vue just like what you do with VUE.

Readme

Keywords

none

Package Sidebar

Install

npm i xm-vue

Weekly Downloads

1

Version

1.0.1

License

XM

Unpacked Size

31.9 kB

Total Files

26

Last publish

Collaborators

  • iamxm