Hello @fritx
package.json is referencing dist/index.js - https://github.com/fritx/vue-at/blob/master/package.json#L11 but there is no dist directory in the package.
So when requiring it with require('vue-at') I got an error:
Cannot resolve module 'vue-at'