An open API service indexing awesome lists of open source software.

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.

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