andrewcourtice / vuetiful

Vuetiful is a component framework written on top of the Vue reactive library. It is primarily designed for creating business/administration applications where the displaying of data is paramount.
MIT License
488 stars 108 forks source link

Available via npm? #25

Open focussing opened 7 years ago

focussing commented 7 years ago

Could you give an indication whether this module will be available to install via npm?

TomKaltz commented 7 years ago

npm install andrewcourtice/vuetiful --save will install the latest revision from this github repo.

then see https://github.com/andrewcourtice/vuetiful/issues/30#issuecomment-321730146 for webpack import help

@andrewcourtice you should specify the main key in your package.json so that importing is easier from npm.