phonegap / phonegap-template-vue-f7-tabs

A TabBar PhoneGap template using Vue.js and Framework7
Apache License 2.0
31 stars 19 forks source link

vue-f7-tabs' is not in the npm registry #4

Closed dgk4201 closed 7 years ago

dgk4201 commented 7 years ago

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/vue-f7-tabs npm ERR! 404 npm ERR! 404 'vue-f7-tabs' is not in the npm registry.

devgeeks commented 7 years ago

Ah yes... this is a README fail. There is no alias in the PhoneGap CLI yet for these templates (and it might end up being tabs-vue instead anyway.

Just use phonegap create MyAppName --template phonegap-template-vue-f7-tabs instead for now.

And just a helpful tip, doing a phonegap template list will give you the list of aliased templates available to the PhoneGap CLI...

devgeeks commented 7 years ago

I'll fix the README