0.6.28 • Published 4 years ago

@mycure/vue-plugins v0.6.28

Weekly downloads
52
License
ISC
Repository
-
Last release
4 years ago

Faster Development

  • clone vue plugins
  • install dependencies and build
  • run yarn link inside vue-plugins repo
  • go to consuming vue project's repo
  • run yarn link @mycure/vue-plugins to install the package as a dependency (this should be done every after yarn install/add/remove/upgrade)
  • add these to your vue.config.js file
// vue.config.js
module.exports = {
  transpileDependencies: [
    '@mycure/vue-plugins'
  ],
  configureWebpack: {
    resolve: {
      alias: {
        '@mycure/vue-plugins$': '@mycure/vue-plugins/src'
      }
    }
  }
}

// consume in your app using exact matching
// plugins.js
import Vue from 'vue';
import plugins from '@mycure/vue-plugins';

Vue.use(plugins);
0.6.28

4 years ago

0.6.27

4 years ago

0.6.26

4 years ago

0.6.25

4 years ago

0.6.24

4 years ago

0.6.23

4 years ago

0.6.22

4 years ago

0.6.21

4 years ago

0.6.20

4 years ago

0.6.19

4 years ago

0.6.18

4 years ago

0.6.17

4 years ago

0.6.16

4 years ago

0.6.15

5 years ago

0.6.14

5 years ago

0.6.13

5 years ago

0.6.12

5 years ago

0.6.11

5 years ago

0.6.10

5 years ago

0.6.9

5 years ago

0.6.8

5 years ago

0.6.7

5 years ago

0.6.6

5 years ago

0.6.5

5 years ago

0.6.4

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.12

5 years ago

0.4.11

5 years ago

0.4.9

5 years ago

0.4.7

5 years ago

0.4.6

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1-alpha.0

5 years ago

0.1.0

5 years ago