https://github.com/data-fair/sd-vue
A simple recipe project to show integration of authentication/session based on simple-directory in a nuxt project.
https://github.com/data-fair/sd-vue
Last synced: 4 months ago
JSON representation
A simple recipe project to show integration of authentication/session based on simple-directory in a nuxt project.
- Host: GitHub
- URL: https://github.com/data-fair/sd-vue
- Owner: data-fair
- License: mit
- Created: 2018-05-09T07:50:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-05-28T08:03:29.000Z (about 1 year ago)
- Last Synced: 2025-10-27T00:52:38.447Z (7 months ago)
- Language: JavaScript
- Size: 4.58 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Directory - Vue/Nuxt
Use as a module
npm i @data-fair/sd-vue
Execute the demo/recipe project to show integration of authentication/session based on simple-directory in a nuxt project.
cd demo
npm i
docker-compose up -d
npm run dev
When developing you can build sd-vue then update the version in the demo using this command:
npm run build-dev