This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

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

0.3.8 • Public • Published

Moky

Installation

1. Install

yarn add mokylib
# or
npm i mokylib --save

2. Plug-in

import Moky from 'mokylib'

Vue.use(Moky)

new Vue({
  // your vue config
  mokySettings: new Moky(),
})

3. Use in your components

<template>
  <mokylib />
</template>

<script>
  export default {
    async created() {
      console.log(this.$moky);
    },
  };
</script>

/mokylib/

    Package Sidebar

    Install

    npm i mokylib

    Homepage

    ayvu.net/

    Weekly Downloads

    89

    Version

    0.3.8

    License

    MPL-2.0

    Unpacked Size

    246 kB

    Total Files

    107

    Last publish

    Collaborators

    • fermuch
    • javieralfonzo