dvajs / dva

🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo)
https://dvajs.com/
MIT License
16.25k stars 3.16k forks source link

你好,我想问下npm start后,直接调用public/index.html. #850

Closed wing2002li closed 7 years ago

wing2002li commented 7 years ago

你好,我想问下npm start后,直接调用public/index.html,在dav new 后,直接会有一个public/index.html,如何修改不调用该页为起始页,而是错src下面调用。我修改了roadhog里面的entry 但是不生效,求解释。

chunsch commented 7 years ago

在 src/index.js 文件内添加 import './index.html'; 即可