arielsalminen / vue-design-system

An open source tool for building UI Design Systems with Vue.js
https://vueds.com
MIT License
2.17k stars 224 forks source link

help with using design system as npm module #100

Closed JustineVuillemot closed 5 years ago

JustineVuillemot commented 6 years ago

This change is a really tiny one but it enables anyone wanting to use the vue-design-system as a module to actually do it without having to clone and build locally. With this little line you only can install the design system from the github repository and thus use it easily in an application that's shared among several developpers. You can read more about in my forked wiki : https://github.com/JustineVuillemot/vue-design-system/wiki/getting-started#installing-it-from-a-distant-repository

easherma commented 6 years ago

Love this, and a fan of the additional info in your wiki, would love to see that as a part of this PR! Were there any other changes you made in your fork worth checking out?

JustineVuillemot commented 6 years ago

Unfortunately no ! The purpose of this fork was to add this little feature so I didn't change anything else ! Glad you liked it !

arielsalminen commented 5 years ago

@JustineVuillemot Checking this out right now.