{"id":15013263,"url":"https://github.com/nicolaspadari/nuxtor","last_synced_at":"2025-05-16T19:02:13.733Z","repository":{"id":244602796,"uuid":"815715269","full_name":"NicolaSpadari/nuxtor","owner":"NicolaSpadari","description":"Build tiny desktop apps with Tauri, Nuxt 3 and NuxtUI","archived":false,"fork":false,"pushed_at":"2025-03-10T13:33:50.000Z","size":6203,"stargazers_count":304,"open_issues_count":2,"forks_count":10,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-04T01:01:36.372Z","etag":null,"topics":["nuxt","nuxt3","nuxtui-v3","tailwindcss","tauri","vite","vue"],"latest_commit_sha":null,"homepage":"","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/NicolaSpadari.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-06-15T23:35:43.000Z","updated_at":"2025-04-03T18:57:56.000Z","dependencies_parsed_at":"2024-06-16T01:59:44.073Z","dependency_job_id":"13c61010-f81a-420a-8796-9a26a8264bf9","html_url":"https://github.com/NicolaSpadari/nuxtor","commit_stats":{"total_commits":63,"total_committers":1,"mean_commits":63.0,"dds":0.0,"last_synced_commit":"91e0e7512506348e422e9b282c84d04e109e1be7"},"previous_names":["nicolaspadari/nuxtor"],"tags_count":7,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicolaSpadari%2Fnuxtor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicolaSpadari%2Fnuxtor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicolaSpadari%2Fnuxtor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NicolaSpadari%2Fnuxtor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NicolaSpadari","download_url":"https://codeload.github.com/NicolaSpadari/nuxtor/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248617199,"owners_count":21134190,"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":["nuxt","nuxt3","nuxtui-v3","tailwindcss","tauri","vite","vue"],"created_at":"2024-09-24T19:44:00.223Z","updated_at":"2025-04-12T18:43:59.310Z","avatar_url":"https://github.com/NicolaSpadari.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg width=\"150\" src=\"./public/logo.png\" alt=\"logo\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eNUXTOR\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\nA spiritual successor of \u003ca href=\"https://github.com/NicolaSpadari/vitauri\"\u003eViTauri\u003c/a\u003e, made with \u003ca href=\"https://nuxt.com\"\u003eNuxt 3\u003c/a\u003e and \u003ca href=\"https://v2.tauri.app\"\u003eTauri 2\u003c/a\u003e\n\u003cbr\u003e\nBuild super fast desktop applications!\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\n\u003cp float=\"left\"\u003e\n\t\u003cimg src=\"https://img.shields.io/github/package-json/v/NicolaSpadari/nuxtor\" /\u003e\n\t\u003cimg src=\"https://img.shields.io/github/license/NicolaSpadari/nuxtor\" /\u003e\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"./public/screenshot.png\"\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003ePowered by Nuxt 3\u003c/p\u003e\n\nCheck more screenshots at [preview](https://github.com/NicolaSpadari/nuxtor/blob/main/preview.md)\n\n\u003cbr /\u003e\n\n## Technologies run-down\n\n- Nuxt 3 (v4 ready!)\n- Tauri 2\n- NuxtUI v3\n- TailwindCSS v4\n- Typescript\n- ESLint\n- Auto imports (for Tauri api too!)\n\n## Functionalities\n\n- Run shell commands from the app\n- Send custom notifications to the client (remember to turn on/grant notifications in your computer settings)\n- Display OS related informations\n- Store and retrieve data locally\n- Show tray icon\n- Support all Nuxt functionalities (routing/layout/middleware/modules/etc...)\n\n## Setup\n\n  - Before running this app, you need to configure your environment with Rust. Take a look at the [Tauri docs](https://v2.tauri.app/start/prerequisites).\n  - This project enforces [pnpm](https://pnpm.io). In order to use another package manager you need to update `package.json` and `tauri.conf.json`\n  - The frontend runs on the usual port `3000` of Nuxt, the Tauri server uses the port `3001`. This settings are customizable in the `nuxt.config.ts` and `tauri.conf.json`.\n  - Once ready, follow these commands:\n\n  ```sh\n  # use this template\n  $ npx degit NicolaSpadari/nuxtor my-nuxtor-app\n\n  # go into the folder\n  $ cd my-nuxtor-app\n\n  # install dependencies\n  $ pnpm install\n\n  # start the project\n  $ pnpm run tauri:dev\n  ```\n\n  This will run the Nuxt frontend and will launch the Tauri window.\n\n## Build\n\n  ```sh\n  $ pnpm run tauri:build\n  ```\n\nThis command will generate the Nuxt static output and bundle the project under `src-tauri/target`.\n\n## Debug\n\n  ```sh\n  $ pnpm run tauri:build:debug\n  ```\n\nThe same Tauri bundle will generate under `src-tauri/target`, but with the ability to open the console.\n\n## Notes\n\n- Tauri v2 brings some big refactors, such as packages names and permission management. New permissions have to be granted under `src-tauri/capabilities/main.json`\n- Tauri functions are auto imported with the help of a custom module, named like `useTauri\u003cLibraryName\u003e`. If another Tauri plugin is added, then the module has to be updated to support its functions under `app/modules/tauri.ts`\n- As per documentation, Nuxt SSR must be disabled in order for Tauri to act as the backend. Still, all Nuxt goodies will be functional.\n- NuxtUI is a very powerful UI library that consolidates design over the entire application. While there is a more complete pro version, it requires a license. It's up to you to buy the pro version, or stick with the free version.\n\n## License\n\nMIT License © 2024-PRESENT [NicolaSpadari](https://github.com/NicolaSpadari)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolaspadari%2Fnuxtor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicolaspadari%2Fnuxtor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolaspadari%2Fnuxtor/lists"}