jaasaria / nsvue.UplabsResto

Entry app for Uplabs Challenge using Nativescript-Vue.
1 stars 1 forks source link

Adding NativeScript Charts #1

Open plduhoux opened 5 years ago

plduhoux commented 5 years ago

Here is my forked repo with NativeScript Charts included : https://github.com/plduhoux/ns.UplabsChallenge

I didn't pull request your repo because I am not sure what I did with charts in your app is what you expected :)

In main.js, I let a commented line which was the old way of including charts ui... the new way is really more friendly

Don't forget to npm i your project to install new dependencies and to remove your platform directory before reloading the app

By the way, they updated documentation for charts in Vue, and it seems more complete now, with more examples : https://docs.telerik.com/devtools/nativescript-ui/Controls/Vue/overview

jaasaria commented 5 years ago

Hi pierre, thanks a lot for the time and effort making a sample one. Yes im okay with the seperation of proj cause i wanted also to dedicate the repo for the challenge only.

This will help me more to implement ui-chart in my project and hope to share also to other developers. Thank you so much.

plduhoux commented 5 years ago

No problem ! Happy to be of some help

jaasaria commented 5 years ago

Got it working and again thank you so much. Now I can implement it using CLI.