Cristian

Results 3 comments of Cristian

Hello, the plugin is great, thank you very much. Everything working perfectly. I just need to implement this code and I can not do it, any idea how to implement...

Hi! Install npm i -S mixitup 1 - Create js file in plugins folder ( plugins/Mixitup.client.js ) import Vue from 'vue' import mixitup from 'mixitup' Object.defineProperty(Vue.prototype, 'mixitup', { value: mixitup...

If anyone is interested, Nuxt Integration solved! /* Controller.js */ import * as THREE from 'three' import { TweenLite, Power4 } from 'gsap' Number.prototype.map = function(in_min, in_max, out_min, out_max) {...