Skip to content

kadirboylu/boylu-router

Repository files navigation

Boylu Router

Boylu Router is a simple SPA router for JavaScript. It is a very small library, and it is easy to use. I created this project for learning purposes and then decided to publish it as an open-source package. I use similiar terminology to Vue Router to make it easier for developers who are familiar with Vue Router to understand the subject matter.

See the documentation for more information.

Vercel npm

Quick Start

  • In browser playground on StackBlitz
  • Add @boylu/router to your existing project:
  npm i @boylu/router
  yarn add @boylu/router
  pnpm i @boylu/router

Contributing

If you would like to contribute to this project, please read the CONTIBUTING.md file.