{"id":22139475,"url":"https://github.com/glyad/au2-tauri-boilerplate","last_synced_at":"2026-04-29T11:02:06.314Z","repository":{"id":216749571,"uuid":"742024418","full_name":"glyad/au2-tauri-boilerplate","owner":"glyad","description":"The minimalistic boilerplate Tauri application with Aurelia 2 front-end.","archived":false,"fork":false,"pushed_at":"2024-04-01T18:30:39.000Z","size":353,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T10:53:06.639Z","etag":null,"topics":["aurelia","aurelia-applications","aurelia-framework","aurelia-tauri","aurelia-vite","aurelia2","tauri","tauri-app","tauri-apps","tauri-demo","tauri-template","vite"],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/glyad.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-11T15:53:40.000Z","updated_at":"2024-04-29T02:25:04.000Z","dependencies_parsed_at":"2024-01-12T15:19:06.666Z","dependency_job_id":"eb2b121c-21e1-412a-a190-5fa25f4a2ca8","html_url":"https://github.com/glyad/au2-tauri-boilerplate","commit_stats":null,"previous_names":["glyad/au2-tauri-boilerplate"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/glyad/au2-tauri-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glyad%2Fau2-tauri-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glyad%2Fau2-tauri-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glyad%2Fau2-tauri-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glyad%2Fau2-tauri-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glyad","download_url":"https://codeload.github.com/glyad/au2-tauri-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glyad%2Fau2-tauri-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32422532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["aurelia","aurelia-applications","aurelia-framework","aurelia-tauri","aurelia-vite","aurelia2","tauri","tauri-app","tauri-apps","tauri-demo","tauri-template","vite"],"created_at":"2024-12-01T20:15:04.735Z","updated_at":"2026-04-29T11:02:06.282Z","avatar_url":"https://github.com/glyad.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tauri + Aurelia 2 Boilerplate application\n\nThis template should help get you started developing with Tauri using [Aurelia 2 framework](https://docs.aurelia.io), CSS/SCSS, Typescript, and Vite.\n\n\u003cimg width=\"966\" alt=\"image\" src=\"https://github.com/glyad/au2-tauri-boilerplate/assets/4238205/afdcd0e6-6ac7-452d-9244-e8633f37e230\"\u003e\n\n## Recommended IDE Setup\n\n- [VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) + [Aurelia VSCode Extension](https://marketplace.visualstudio.com/items?itemName=AureliaEffect.aurelia)\n\n## Getting Started\n\n- Use the big green button \"Use this template\" in the upper right corner to create a copy of this repository.\n- Clone your new repository to your local machine.\n- Run `npm install` to install dependencies.\n- Run `npm run tauri dev` to start the development server.\n- Alternatively, if you want to run your app in browser (only), use `npm run dev`.\n- NOTE: If you are allready running the app with Tauri, you don't need to rerun the `dev` script.\n- In order to build the app, run `npm run tauri build --target=the_target`, where *the_target* one of the values from the list obtained running the command: `$rustc --print target-list`. Example: `npm run tauri build --target=x86_64-apple-darwin`.\n\n## Want to learn more?\n\n- [Tauri](https://tauri.app)\n- [Aurelia 2](https://docs.aurelia.io)\n- [Vite](https://vitejs.dev)\n- [Typescript](https://www.typescriptlang.org/)\n\n## The Roadmap\n\n- [x] Create the minimalistic Tauri app with Vite and Aurelia 2.\n- [ ] Add End-to-End tests.\n- [ ] Add Github Actions for CI/CD, and continued application upgrade.\n- [ ] Any other ideas? Please, create an issue or a pull request.\n\n## License\n\n[MIT License](https://github.com/glyad/au2-tauri-boilerplate/blob/main/LICENSE).\n\n## Copyright\n\nCopyright © 2024. David Kossoglyad.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglyad%2Fau2-tauri-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglyad%2Fau2-tauri-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglyad%2Fau2-tauri-boilerplate/lists"}