aspnet zero Refused to apply style from '...'because its MIME type ('') is not a supported styleshee
这是asp.net zero前端css,javascript无法加载造成的错误。
解决方法:
安装npm
安装yarn
cnpm install -g yarn
在*.Web.Mvc目录下,打开cmd,执行
yarn
执行完成后再运行
npm run create-bundles完成后启动项目就OK
参考:
https://www.cnblogs.com/yanglang/articles/11014361.html
还没有评论,来说两句吧...