Express Generator Without Jade

后端 未结 6 1203
南方客
南方客 2021-02-07 03:46

I am trying to generate an express skeleton, using the express generator. So it would be this:

$ npm install express-generator -g

However, it

6条回答
  •  失恋的感觉
    2021-02-07 04:13

    You can also directly include your html file into your jade file

    include ../../public/index.html
    

提交回复
热议问题