1.0.1 • Published 6 years ago

xm-vue v1.0.1

Weekly downloads
9
License
XM
Repository
-
Last release
6 years ago

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.