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.
- Host: GitHub
- URL: https://github.com/marfullsen/pinia-login
- Owner: Marfullsen
- Created: 2022-09-28T14:44:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T17:12:54.000Z (over 3 years ago)
- Last Synced: 2025-02-27T07:13:22.748Z (over 1 year ago)
- Language: Vue
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Login example using Vue 3 with Pinia
[](https://pinia.vuejs.org/)
[](https://vitejs.dev/)
[](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)