Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 381 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 381 Bytes

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