wejs / we

[Deprecated] See @go-catupiri as a direct golang port
MIT License
214 stars 54 forks source link

React example #166

Open barbier opened 7 years ago

barbier commented 7 years ago

Which type of example should be created?

albertosouza commented 7 years ago

Hi @barbier , You want make a React + we.js example?

barbier commented 7 years ago

Yes! It's on the roadmap, so I think it would be nice to contribute with the project :)

albertosouza commented 7 years ago

@barbier Great! You can test the Vue.js and We.js example: https://github.com/albertosouza/twitter-prizewinner Where: 1- All Vue.js code generated from Vue.js generator are at client folde and its build are in client/dist folder. 2- The we.js have all api and integration with external services (twitter) in we.js project 3- Vue.js production code are served with express static midleware with code: https://github.com/albertosouza/twitter-prizewinner/blob/master/plugin.js#L67

Bônus: 1- Use the we.js heroku generator to generate code for deploy on heroku 2- Add the heroku deploy button in README.md

... Callme on gtalk at alberto.souza.99@gmail.com ... i want help with this example.