Giter Site home page Giter Site logo

It does not show anything about docz HOT 7 CLOSED

doczjs avatar doczjs commented on April 27, 2024
It does not show anything

from docz.

Comments (7)

pedronauck avatar pedronauck commented on April 27, 2024 2

Can I close this issue @wilomgfx?

from docz.

Swapnull avatar Swapnull commented on April 27, 2024

@wilomgfx have you fixed this now as your repo works fine for me and it looks correct in the dist folder?

from docz.

wilomgfx avatar wilomgfx commented on April 27, 2024

I have not, are you running windows 10 as well?

from docz.

wilomgfx avatar wilomgfx commented on April 27, 2024

Confirmed to be a windows issues, my colleague on a mac just tried and it works

sad

from docz.

Swapnull avatar Swapnull commented on April 27, 2024

@wilomgfx It looks to be a websocket host issue. I have booted up my windows 10 machine and it didnt work originally. Create a doczrc.js at the root and put in

export default {
    websocketHost:'127.0.0.1'
} 

and see if that works? It did for me on your project :)

from docz.

Swapnull avatar Swapnull commented on April 27, 2024

You will also want to set host : '127.0.0.1' too :)

so it will be

export default {
    websocketHost:'127.0.0.1',
    host: '127.0.0.1'
} 

That will allow the hot reloading stuff to work properly.

from docz.

wilomgfx avatar wilomgfx commented on April 27, 2024

@Swapnull thanks a lot :D it works, this should be fixed :o !

I can submit a pr or if you want to do it i'll let you do it :)

from docz.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.