Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-pop/nuxt_authentication
https://github.com/code-pop/nuxt_authentication
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-pop/nuxt_authentication
- Owner: Code-Pop
- Created: 2024-08-22T19:15:17.000Z (5 months ago)
- Default Branch: L2-start
- Last Pushed: 2024-10-17T15:33:51.000Z (3 months ago)
- Last Synced: 2024-11-30T21:08:00.687Z (about 1 month ago)
- Language: TypeScript
- Size: 123 KB
- Stars: 5
- 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
```