Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

FriendsOfAdonis/avenue

Repository files navigation


@foadonis/avenue

Use your Adonis routes on the Frontend


GitHub Actions Workflow Status Lines adonis-cockpit

PRs Welcome License

Description

Adonis Avenue provides a simple way to safely use your Adonis Routes on the frontend. Perfect when building Single Page Applications with Inertia or anything else.

// title: home.vue
<script setup lang="ts">
import { route } from '@foadonis/avenue'
</script>

<template>
  <a :href="route('users.edit', { id: 4 })">Edit User</a>
</template>

Quickstart

Installation & Getting Started

License

MIT licensed.

About

Use your Adonis routes on the Frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published