This repository was archived by the owner on Aug 6, 2021. It is now read-only.
[proposal] Parasails docs #1324
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey guys!
You guys are doing an amazing work with the framework, so I thought about trying to give back a little bit to the community and asked some weeks ago @mikermcneil on Twiter DM's if a PR on the Parasails bit could be interesting. Mike did say that Madison (@MadisonHicks I presume?) had started working on it, so I will ping you as well.
I think I've gone a little bit too much into low-level details (seeing the rest of your docs at least), but the reason I did it like this is that it's what I would have like to read when I was first starting with Sails (which did coincide with my journey with Vue.js).
I've tried to explain how Parasails is connected to Vue (where to set the Vue Instance data, methods, where it gets mounted and how does Parasails know where to mount each file....), and how it is all connected to the
sails generate page
command.But I have no idea if this is your vision for this part of the docs (lol) so feel free to correct me if it's the case! At the end I believe this is a great framework, and I want to be as accesible as possible for other people starting out like I was.
Regarding this first commit
I still need to do propre spell-checking, revision and verifying I didn't break anything styles-wise.
But I did want to PR it and show it to you guys early in case I'm doing / explaining something in a way you don't want me to!
Needless to say I'm super open to suggestions, revisions, chages, etc...