Ariel Salminen

Results 71 comments of Ariel Salminen

@michaelpumo Forgot to ask... are you trying to install the NPM package locally? That will throw you those two errors every single time. It has something to do with the...

@michaelpumo Ok, so, first of all, I’m sorry for all the issues you’re facing! The error you’re seeing (I think) is caused by the fact that Nuxt is trying to...

@michaelpumo A side note: if the issue is some ES6 code you’re including in the bundle then I might be able to help by tweaking babel in vueds to convert...

@phaust I guess you’d have to configure Webpack to do that for you (current configuration just makes one big bundle as that’s the easiest thing to do). I added a...

@sdellis @phaust I’m very much interested to talk more about this and make it an official feature. I haven’t dived deep into this subject yet, so need to do some...

@phaust I’m happy to tell you that I’ve optimized the system build now so that the default build came down from 106kb to 16.1kb, see release notes: https://github.com/viljamis/vue-design-system/releases/tag/3.5.2

@MrJoeXu That functionality doesn’t currently work with Vue Styleguidist’s `navigation` option that is used in Vue Design System. There’s related discussion here about changing the way that option works and...

As an update, the feature is there, its currently just hidden with CSS, so probably just needs documentation on how to enable it if wanted.

@elevatebart I think so too. I will find time early next week or during the weekend to review everything you’ve done so far! :)

This is kind of related: https://github.com/viljamis/vue-design-system/issues/84