3.2.1 • Published 8 months ago

@moreillon/vuetify3-application-template v3.2.1

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Vuetify 3 application template

Usage example:

<template>
  <v-app>
    <AppTemplate :options="options" @userChanged="handleUserChanged($event)">
      <template v-slot:nav>
        <v-list>
          <v-list-item> </v-list-item>
        </v-list>
      </template>
    </AppTemplate>
  </v-app>
</template>

<script lang="ts" setup>
import AppTemplate from "@moreillon/vuetify3-application-template"
import "@moreillon/vuetify3-application-template/dist/style.css"
import { ref } from "vue"

const options = ref({
  title: "Example application",
  author: "Maxime Moreillon",
  login_url: "https://api.users.maximemoreillon.com/auth/login",
  identification_url: "https://api.users.maximemoreillon.com/users/self",
})

async function handleUserChanged({ user, jwt }: any) {
  // Do something with user info or JWT
}
</script>
3.2.1

8 months ago

3.2.0

8 months ago

3.1.1

9 months ago

3.1.0

9 months ago

3.0.0

9 months ago

1.3.0

12 months ago

2.0.0

11 months ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.0

1 year ago

1.2.1

1 year ago

1.1.1

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.2

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.3.1

2 years ago

0.2.2

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

3 years ago