https://github.com/luqmanoop/vueblog
A simple Vue blog with client-side authentication. 👀
https://github.com/luqmanoop/vueblog
authentication blog jwt vue
Last synced: about 2 months ago
JSON representation
A simple Vue blog with client-side authentication. 👀
- Host: GitHub
- URL: https://github.com/luqmanoop/vueblog
- Owner: luqmanoop
- License: mit
- Created: 2018-08-25T20:32:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T08:17:26.000Z (over 7 years ago)
- Last Synced: 2025-02-14T22:07:33.202Z (over 1 year ago)
- Topics: authentication, blog, jwt, vue
- Language: JavaScript
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Auth with Access Control
Demonstrates how authentication and access control could work w/o a server
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```