An open API service indexing awesome lists of open source software.

https://github.com/marfullsen/pinia-login

Example of using Pinia for a login.
https://github.com/marfullsen/pinia-login

Last synced: 4 months ago
JSON representation

Example of using Pinia for a login.

Awesome Lists containing this project

README

          





# Login example using Vue 3 with Pinia

[![Pinia](https://img.shields.io/badge/๐ŸPinia-2.0.22-FFE56C.svg)](https://pinia.vuejs.org/)
[![Vite](https://img.shields.io/badge/Vite-2.9.15-ff69b4.svg?logo=Vite)](https://vitejs.dev/)
[![Vue3](https://img.shields.io/badge/Vue-3.2.39-3eaf7c.svg?logo=vue.js)](https://vuejs.org/)

## What is it?
This is an improvement of [this demo](https://stackblitz.com/github/piniajs/example-vue-3-vite)

## Usage

```sh
npm install
npm run dev
```

```sh
yarn
yarn dev
```

[Open the local server](http://localhost:3000) and inspect using the [Vue Devtools beta](https://chrome.google.com/webstore/detail/vuejs-devtools/ljjemllljcmogpfapbkkighbhhppjdbg?hl=en).

## Related

- [Pinia ๐Ÿ](https://github.com/posva/pinia)