{"id":15177137,"url":"https://github.com/qwiery/qwiery-vue-notebook","last_synced_at":"2026-02-27T08:40:19.452Z","repository":{"id":218167756,"uuid":"742269325","full_name":"Qwiery/qwiery-vue-notebook","owner":"Qwiery","description":"Literate programming component for Vue and Nuxt.","archived":false,"fork":false,"pushed_at":"2024-01-21T16:08:01.000Z","size":1811,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T04:28:49.796Z","etag":null,"topics":["literate-programming","notebook","nuxt","vue"],"latest_commit_sha":null,"homepage":"https://qwiery.com","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Qwiery.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-12T05:21:33.000Z","updated_at":"2024-01-21T08:30:27.000Z","dependencies_parsed_at":"2024-01-20T07:29:01.615Z","dependency_job_id":"7f2db9ce-a724-4b05-9dc3-2fd9d701aa19","html_url":"https://github.com/Qwiery/qwiery-vue-notebook","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"54c4b25265bc7de1dd0e254a2173a4d9c769e681"},"previous_names":["qwiery/qwiery-vue-notebook"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qwiery%2Fqwiery-vue-notebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qwiery%2Fqwiery-vue-notebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qwiery%2Fqwiery-vue-notebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Qwiery%2Fqwiery-vue-notebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Qwiery","download_url":"https://codeload.github.com/Qwiery/qwiery-vue-notebook/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240271519,"owners_count":19774859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["literate-programming","notebook","nuxt","vue"],"created_at":"2024-09-27T14:02:40.973Z","updated_at":"2026-02-27T08:40:19.392Z","avatar_url":"https://github.com/Qwiery.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue/Nuxt Literate Programming Component\n\n![](./ScreenshotWhite.png)\n![](./ScreenshotDark.png)\nThis is a Vue/Nuxt component to render literate programming notebooks. It's part of the [Qwiery](https://qwiery.com) framework but you can use it independently.\n\nTo set it up you need a Vue/Nuxt app and add the following dependencies:\n\n```text\n    \"@orbifold/vue-notebook\":\"latest\",\n    \"@orbifold/utils\": \"latest\",\n    \"@orbifold/entities\": \"latest\",\n    \"@orbifold/notebook\": \"latest\",\n    \"vue3-apexcharts\": \"^1.4.4\",\n    \"@headlessui/vue\": \"^1.7.16\",\n    \"@bhplugin/vue3-datatable\": \"^1.1.3\"\n```\n\nYou also need to [set up Tailwind separately](https://tailwindcss.com/docs/guides/vite#vue). \n \nWith this in place you can use the component as follows:\n\n```vue\n\u003ctemplate\u003e\n  \u003cdiv class=\"bg-blue-700 text-white text-xl\"\u003eNotebook Integration\u003c/div\u003e\n  \u003cdiv class=\"border-2 border-gray-200 p-4 m-4 w-5/12 justify-center mx-auto\"\u003e\n    \u003cNotebook ref=\"nbv\" class=\"\"\u003e\u003c/Notebook\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n\u003cscript setup lang=\"ts\"\u003e\n  import \"@orbifold/notebook/dist/style.css\"\n  import {onMounted, ref} from \"vue\";\n\n  const nbv = ref(null);\n  let nb;\n\n  onMounted(() =\u003e {\n    nb = nbv.value;\n    nb.addCell();\n\n  });\n\u003c/script\u003e\n```\n\nNote in particular that you need to import the CSS file. \n\nIf you clone the notebook repo you can also run a demo app (screenshot above) with the usual:\n\n```bash\nnpm run dev\n```\n\n## Feedback\n\nThis component is part of the [Qwiery](https://qwiery.com) framework to help jump-start your graph visualizations. It's neither bug-free nor complete and\nif you find something isn't as expected you [can report it](https://github.com/Qwiery/qwiery-nuxt/issues) or contact us:\n\n- [ X](https://twitter.com/theorbifold)\n- [Email](mailto:info@qwiery.com)\n- [Orbifold Consulting](https://GraphsAndNetworks.com)\n\n## Consulting and Custom Development\n\nYou can use any of the links above to contact us with respect to custom development and beyond. We have more than 20 years experience with everything graphs.\n\n## License\n\n**MIT License**\n\n_Copyright (c) 2024 Orbifold B.V._\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n```\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwiery%2Fqwiery-vue-notebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqwiery%2Fqwiery-vue-notebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqwiery%2Fqwiery-vue-notebook/lists"}