-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Put compatible plugin logos on the home page #468
Comments
Do we have an Angular example somewhere? |
Really good idea! Sent from my iPhone
|
Here's the animation for the plugins section |
Wow this looks really sharp! How ready is this? |
We don't have a Vue.js example or an Angular example, yet. The Angular link in the 1st comment is a WIP. The logos and animation are ready. I just need to put them into the html. I also added a JavaScript/ES6 and CSS logo. |
An Angular 2 example might be hard, I'm not sure if it loads in Steal yet, it didn't last I tried. |
I made a VueJS example here: https://github.com/stealjs/vuejs-example All that's left is an Angular example. I'll try an Angular 1.0 app, first. |
+1 love the mockup
|
i would remove the "sass" icon. the steal-sass plugin is really out-of-date. |
@pYr0x Oh good to know. I'll remove that. |
I just created a standalone example for CanJS. I'm adding CanJS to the frameworks between DoneJS and React. |
Actually, I'm inclined to leave Sass in there if it even works for the basics. We can update the steal-sass README.md to be clear on what works and what doesn't. We might be more likely to get somebody to champion it. |
Yeah I agree, include it. |
I got an Angular2 example working: https://github.com/stealjs/steal-angular2-example. |
@marshallswain very nice. should we use in the canjs app beause using of done-autorender, is like a SPA. maybe a use wont that |
Awesome @marshallswain, I'm slightly surprised it's working, but very happy about it. @pYr0x I think using done-autorender is a little overkill. There's still a lot of people that use canjs but not all of DoneJS so it might be confusing to them. |
@matthewp i agree |
I used done-autorender for the live-reload setup. @matthewp maybe you can help me do the same as here: https://github.com/donejs/autorender/blob/master/src/autorender.js#L30 |
@marshallswain That complexity is not needed in this case, it's needed there because that's a plugin. In your case it's as simple as: import reload from "live-reload";
reload(render);
var state = new AppState( ..);
function render(){
$("body").html(renderer(state));
}
render(); ping me if you want to pair on it. |
There's a typical example at the bottom of the docs: http://stealjs.com/docs/steal.live-reload.html |
@matthewp i did that in https://github.com/pYr0x/testapp/blob/master/src/app.js#L24-L27 |
@pYr0x you still have to run the live-reload server |
I'm thinking we should remove the videos from the homepage. They are already on http://stealjs.com/docs/StealJS.why.html, I wonder how often they are played from the homepage. |
This is ready for review in the gh-pages-1.0 branch. I've left the videos in place, for now. Maybe I can make some icons or animations to replace them, later. |
Looks really good! I'm going to make the image paths not absolute, otherwise will leave it in the branch until 1.0 is released. |
Ping! @matthewp is there anything preventing this from landing? Seems like most of the work is done. |
No reason to wait, went ahead and deployed it. Thanks @marshallswain ! |
Does steal support for the VUE Single File Components format (*.vue) ? Check: http://vuejs.org/guide/application.html#Single-File-Components) ? An example would be great :) |
No one has built a plug in for that yet, to my knowledge. |
In a presentation today, some plugins were shown that I was unaware of. We should get some logos on the home page similar to how feathersjs.com does it. See the section on their website under "Feathers Plays Nicely With Your Favorite Stack"
The text was updated successfully, but these errors were encountered: