Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

本地项目服务器一定要用webpack-dev-server吗 #10

Open
zj0715zh opened this issue May 21, 2018 · 7 comments
Open

本地项目服务器一定要用webpack-dev-server吗 #10

zj0715zh opened this issue May 21, 2018 · 7 comments
Labels
question Further information is requested

Comments

@zj0715zh
Copy link

今天碰到一个问题,就是我本地项目是用express起的,结合page-skeleton-webpack-plugin之后就一直报端口错误,我确信端口是没有冲突的

@Jocs
Copy link
Contributor

Jocs commented May 21, 2018

@zj0715zh page skeleton 这个插件支持配置 port 的。你可以配置一个不冲突的端口号,尝试下?

@zj0715zh
Copy link
Author

这个插件里说的支持多路由,是指多页面的多路由,还是单页面的多路由

@Jocs
Copy link
Contributor

Jocs commented May 22, 2018

@zj0715zh 单页面的多路由

@zj0715zh
Copy link
Author

像这样的路由该怎么配置到骨架路由里呢http://47.89.249.180:8384/module/cms.html#/orderManage

@Jocs
Copy link
Contributor

Jocs commented May 22, 2018

现在只支持 history 模式的,暂时不支持 hash 模式 。你们项目中采用的 hash 模式的路有吗?你可以提交一个 feature request 的 issue 希望支持 hash 模式的路由。

@heath-l
Copy link

heath-l commented May 25, 2018

@Jocs 那hashHistory呢?。。支持吗?

@Jocs
Copy link
Contributor

Jocs commented May 25, 2018

@heath-l

现在只支持 history 模式的,暂时不支持 hash 模式 。你们项目中采用的 hash 模式的路有吗?你可以提交一个 feature request 的 issue 希望支持 hash 模式的路由。

@Jocs Jocs added the question Further information is requested label May 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants