Daniel

Results 4 comments of Daniel

This does not work with Vue + Vite as well. I am getting the same error when I tried using [vue-authz](https://github.com/casbin-js/vue-authz), or [casbin.js](https://github.com/casbin/casbin.js). The issue is due to polyfills for...

If docs are what you are after, instead of `npm run dev` try building the app using `npm run build` and then run `npx serve __sapper__/export` or `npm run dev`...

Instead of building the whole application, executing the below npm commands work, for starting the site in local ```bash npm install npm run update-guide npm run generate-graphs npm run dev...

Crayons does not provide native Vue components as of now. We are also looking forward for this, if it's in the pipeline. @martinszeltins in the meantime, you can use Crayons...