Yeoman inside ExpressJS

前端 未结 6 828
暖寄归人
暖寄归人 2020-12-23 12:05

I\'d still like to try to get an example running w/ Yeoman and Express.

I tried the following and it worked \"okay\", but I\'m stuck merging the routes. (over simpl

6条回答
  •  醉梦人生
    2020-12-23 12:58

    This project seems to cover all of the requirements (and even has optional support for MongoDB): https://github.com/DaftMonk/generator-angular-fullstack

    I've just tried it locally and it works:

    npm install -g generator-angular-fullstack
    
    yo angular-fullstack [appname]
    

    See the GitHub page for more info.

提交回复
热议问题