refi64 / vuedart

Create Vue web apps in Dart
https://refi64.com/vuedart
310 stars 19 forks source link

New to dart #9

Closed imylomylo closed 6 years ago

imylomylo commented 6 years ago

Hi,

I'm 0-day new to dart but am fond of vue. Where's the best place to start looking at:

Cheers

refi64 commented 6 years ago

@imylomylo Welcome to the Dart world! :grin:

If you're still learning Dart, the best way to start is the official language tour. Once you're done with that, the VueDart documentation should be good enough to get you started.

I'm not quite sure what you mean by How to look at this package and understand how it works to possibly contribute in the future? though...

imylomylo commented 6 years ago

OK thanks for pointers.

"how to look at this package....." - ignore that superfluous comment i guess :) basically just to understand dart package / js integration. The fellow from the dart package called 'vue' suggested to look at the js integration package to understand how dart/js integration works. As an aside, his project has been abandoned - in case you wanted to rename your package vue, he's willing to give it up. (https://github.com/emilniklas/vue-dart/issues/2 first response)

refi64 commented 6 years ago

@imylomylo Thanks for the heads up! I touch on JS integration in the docs here with some links to the package:js documentation.