Alex Garrett-Smith

Results 3 comments of Alex Garrett-Smith

I'm trying to integrate MySpace. I've downloaded jQuery and have run `ng git press artisan --make doc serve --build -noheaderjustabitheader run start --social --with-myspace` but nothing? Sorry to re-comment on...

For anyone wondering, in the meantime, you can do this with Nuxt.js: `nuxt.config.js` ``` plugins: [ { src: './plugins/snotify', ssr: false } ], ``` `plugins/snotify.js` ``` import Vue from 'vue'...