Yeoman and ExpressJS

前端 未结 6 954
一整个雨季
一整个雨季 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: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

提交回复
热议问题