nativescript-vue / nativescript-vue-template

NativeScript + Vue.js template
MIT License
78 stars 9 forks source link

Updating template syntax (<template> to <v-template>) #6

Closed tjvantoll closed 6 years ago

tjvantoll commented 6 years ago

Fixes #5

ping @tralves

rigor789 commented 6 years ago

I'm going to close this, because there are more things that need changing, and this has been updated in the main repo, so it's easier to just move it over. I also think that we need to slim down this template, and make it a better starting point. Showcase some of the things you can do with it, like define components in different files and then import them and use them etc.

tjvantoll commented 6 years ago

@rigor789 Ok cool, thanks. If this repo is no longer used should it go away to avoid confusion? Or can we at least put a giant message/warning at the top of this repo’s README to point them in the right direction?

rigor789 commented 6 years ago

It is referenced in the docs, and it still has it's place. I have cleaned it up now to give a better starting point for new applications, so it should be good to go now. Since the docs are now mostly complete for ListViews and common elements, I don't see the point of keeping the samples in this repo, that's why I have removed them.

I think the current structure makes sense now, and gives a better starting point, with examples of a project structure, and an example of breaking it down into components and multiple files