tralves / ns-vue-loader

Webpack Vue loader customized for nativescript-vue
MIT License
7 stars 1 forks source link

Ns-vue-loader is not a valid NativeScript plugin #5

Closed xeroxstar closed 6 years ago

xeroxstar commented 6 years ago

Hello, i tried your plugin but after i run **'tns plugin add ns-vue-loader'** i get an error: ns-vue-loader is not a valid NativeScript plugin. Verify that the plugin package.json file contains a nativescript key and try again.

tralves commented 6 years ago

Hi!

This is not a NativeScript plugin per se. It is a webpack module used to bundle .vue files in a way that they are usable by NativeScript.

This project is used, for instance, in vue-cli-template webpack configuration. You probably don't need to install it yourself.

xeroxstar commented 6 years ago

Thx Tralves, the problem was is that i started my first app with the wrong template. After i tried vue-cli-template , everything is working 👍