-
Notifications
You must be signed in to change notification settings - Fork 15
Add support for library projects #3
Comments
Do you think this should go in the same template? (asking a question whether the user wants a library or an app?) |
Yes, I think it should be in the same template, but during generation we need to generate most files in I have a Pull Request on vue-cli to support extending metalsmith (the generator used under the hoods for vue-init). Alternative that will work with actual vue-cli release is to duplicate |
A library should also be published as a single file CommonJS ES5 bundle in |
vue-cli has been released with my Pull Request merged, so i'll be able to work on this now. |
It's here ! @dvic if you are still here, maybe you can give it a try ? |
Hi! Looks good, thanks! I'm really looking forward to Vue 2.5: https://medium.com/the-vue-point/upcoming-typescript-changes-in-vue-2-5-e9bd7e2ecf08 (see vuejs/vue#6391). |
Yes, I read this article too. When it's out, i'll upgrade this boilerplate. |
@dvic => 2.5 is out : https://github.com/vuejs/vue/releases |
Library project with 2 outputs : library and demo.
The text was updated successfully, but these errors were encountered: