https://github.com/code-pop/nuxt_authentication
https://github.com/code-pop/nuxt_authentication
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-pop/nuxt_authentication
- Owner: Code-Pop
- Created: 2024-08-22T19:15:17.000Z (over 1 year ago)
- Default Branch: L2-start
- Last Pushed: 2025-01-28T20:52:12.000Z (about 1 year ago)
- Last Synced: 2025-06-18T03:12:35.666Z (8 months ago)
- Language: TypeScript
- Size: 435 KB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Nuxt Authentication Course Sample Project
This repo is for education purposes only, not for production. (many things are missing for production use)
Install the dependencies:
```bash
npm install
```
Run the dev server:
```bash
npm run dev
```