Giter Site home page Giter Site logo

Comments (4)

johannschopplich avatar johannschopplich commented on June 5, 2024

Thanks for the flowers. 🌻

The internal kirby-vite plugin will catch all routes, which is probably the behavior you encountered. Those routes are appended to Kirby's global route array only when all other plugins have been loaded.

'system.loadPlugins:after' => function () {

Thus, you can write an API plugin yourself with some custom API stuff. I have done so in a project of my own. Let me know if that solves your problem.

With the retrieved data, you can then handle data as well as redirects in the frontend.

from kirby-vue3-starterkit.

MichaelPrecel avatar MichaelPrecel commented on June 5, 2024

Ah! Thanks @johannschopplich – I knew it had to be something simple I was missing (I had previously tried setting the routes in my config).

While I have you here — will this be compatible with the new Kirby 3.6 release (or even the pre-release candidate available now)? Can't wait to use it.

Cheers,

from kirby-vue3-starterkit.

johannschopplich avatar johannschopplich commented on June 5, 2024

@MichaelPrecel As soon as Kirby 3.6 launches officially, I will update the Boilerplate to use it. The changes from 3.5 to 3.6 also don't affect this project. Thus, will not affect your routes plugin.

from kirby-vue3-starterkit.

MichaelPrecel avatar MichaelPrecel commented on June 5, 2024

@johannschopplich 🎉🎉🎉

from kirby-vue3-starterkit.

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.