Giter VIP home page Giter VIP logo

Comments (5)

simplenotezy avatar simplenotezy commented on June 4, 2024

The more I think about it, the more confused I get. I am really not sure how to proceed with this library. How/where do I write all my Vue Components and logic?

Do I setup a new node.js server and fetch data from http://localhost:3000? I'd like the WordPress environment and Vue.js application to be seperate. But if I am supposed to fetch data from http://localhost:3000, then why would you have implemented browser-sync?

from wuxt.

northosts avatar northosts commented on June 4, 2024

Hi everything is compiled on the fly inside the nuxt docker-container, when you changing the files in you lokal directory (which is mountet as a volume inside the container). If everything works correctly you should see frontens-changes instantly at the localhost url.

from wuxt.

northosts avatar northosts commented on June 4, 2024

Inside the root-folder of the project you have a nuxt-folder. Here you are creating all your nuxt-stuff. In the same place you have a wp-content folder, where you add all WordPress stuff. the two folders are mountet as volumes into their docker container (one for nuxt, one for wp). Inside the nuxt-container runs the nuxt dev-server. If everything works correctly you can open both wp-admin and nuxt with localhost:port urls in your local webbrowser. Should be described in the README.md file as well, see even quick-start guide.

from wuxt.

simplenotezy avatar simplenotezy commented on June 4, 2024

Hey @northosts, thanks. I have located the nuxt folder now, and that makes a lot more sense now.

I am trying to get things up and running. I did see the quick start guide, but perhaps some information is missing in regards to the "/nuxt/" folder, and this should be where your frontend code should be. Anyhow, it makes a lot more sense now, thanks! 😊

from wuxt.

northosts avatar northosts commented on June 4, 2024

You're welcome

from wuxt.

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.