Closed PowerGit closed 5 years ago
Hi @PowerGit The information provided is insufficient to investigate the issue.
Does it work with npm start
?
What's your version of:
What's in your package.json
dependencies?
Hi @PowerGit The information provided is insufficient to investigate the issue.
Does it work with
npm start
?What's your version of:
- node,
- npm,
- vue,
- vue cli,
- browser,
- os
What's in your
package.json
dependencies?
thank your reply!
i use the origin project, directly run npm run build
, and put it on my nginx server,
and the nginx.conf is
location / { root coreui/dist/; }
which point to the dist
dir
@PowerGit
see: https://github.com/coreui/coreui-free-react-admin-template/issues/124#issuecomment-460113218 it might be helpful
@xidedix thank your reply. i have read the issue and change my nginx.conf, but it seem's to be not the same problem with me, same thing happend. when i change to use chrome , it got another wrong.
@xidedix finally. Its my fault. thanks your help ! my nginx.conf lack of some item.
include minm.types; default_type application/octet-stream;
its needed to transfer css and ext. file.
after
npm run build
when browser visit the root, it happens. thanks for answer.