Yeoman and ExpressJS

前端 未结 6 863
一整个雨季
一整个雨季 2021-02-02 09:56

I want to know if there is some boilerplate code to use a frontend workflow tool like Yeoman with a backend framework like ExpressJS, if I want to maintain the same codebase for

相关标签:
6条回答
  • 2021-02-02 10:37

    I haven't found an easy way of integrating my own Express + H5BP + Angular + Grunt skeletons into Yeoman, and eventually just settled for creating a repo here: https://github.com/ericclemmons/genesis-skeleton

    From what I've read, there are projects underway to add express generators, but eventually stacks are going to get complex enough to where you'll have to maintain your own starter app, rather than generating it.

    0 讨论(0)
  • 2021-02-02 10:38

    No, actually there isn't any right now.

    But you can combine express.js with the component package manager. There is some work left, and you cant use yeoman components in component.

    To answer your questions

    • You can look for components in the component repo that you have used in yeoman. Not the same, but might be a solution.
    • Use the module supervisor for this. You can get it via npm
    0 讨论(0)
  • 2021-02-02 10:47

    It is worth noting there is an express-generator project:

    • official docs
    • npm page

    I am going to give it a go - because I'm folling this tutorial - but other than that I cant comment on its value.

    0 讨论(0)
  • 2021-02-02 10:52

    Yoeman fullstack generator now generates both front end and back end. Other interesting frameworks which do the same are Sails JS and StrongLoop

    0 讨论(0)
  • 2021-02-02 10:57

    Yeoman is currently focused on front-end app development, but we're going to explore back-end integration in the future.

    0 讨论(0)
  • 2021-02-02 10:59

    There's an experimental branch with yeoman + express.js G+ Yeoman/Express Article

    I found yeoman.js to be very cool for rapid prototyping but does require some ramping up to get used to the various tools it's "opinionated" about. I've decided to go over each of the core tools in some vids that are hopefully helpful: yeoman.js related videos

    0 讨论(0)
提交回复
热议问题