{"id":15013207,"url":"https://github.com/vpksoftorg/tauri_react_vite_ts_script_antd_i18next_tokio_styled_v2","last_synced_at":"2026-03-02T06:31:07.763Z","repository":{"id":247368615,"uuid":"822567127","full_name":"VPKSoftOrg/tauri_react_vite_ts_script_antd_i18next_tokio_styled_v2","owner":"VPKSoftOrg","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-25T01:53:43.000Z","size":1255,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-03-26T00:11:16.572Z","etag":null,"topics":["ant-design","antd","i18n-react","i18next","react","reactjs","styled-components","tauri","tauri-app","tokio-rs","typescript","vite","vitejs"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/VPKSoftOrg.png","metadata":{"files":{"readme":"README.md","changelog":"change-name-owner-src/index.js","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-07-01T11:46:58.000Z","updated_at":"2025-03-14T13:40:37.000Z","dependencies_parsed_at":"2024-08-24T08:48:06.668Z","dependency_job_id":"4ceb521d-82c9-416c-9559-562914bdfa85","html_url":"https://github.com/VPKSoftOrg/tauri_react_vite_ts_script_antd_i18next_tokio_styled_v2","commit_stats":{"total_commits":73,"total_committers":3,"mean_commits":"24.333333333333332","dds":0.4246575342465754,"last_synced_commit":"d292c19c9299c28fdead9d591d9512ce0aefa5d3"},"previous_names":["vpksoftorg/tauri_react_vite_ts_script_antd_i18next_tokio_styled_v2"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VPKSoftOrg%2Ftauri_react_vite_ts_script_antd_i18next_tokio_styled_v2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VPKSoftOrg%2Ftauri_react_vite_ts_script_antd_i18next_tokio_styled_v2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VPKSoftOrg%2Ftauri_react_vite_ts_script_antd_i18next_tokio_styled_v2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VPKSoftOrg%2Ftauri_react_vite_ts_script_antd_i18next_tokio_styled_v2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VPKSoftOrg","download_url":"https://codeload.github.com/VPKSoftOrg/tauri_react_vite_ts_script_antd_i18next_tokio_styled_v2/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248519218,"owners_count":21117756,"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":["ant-design","antd","i18n-react","i18next","react","reactjs","styled-components","tauri","tauri-app","tokio-rs","typescript","vite","vitejs"],"created_at":"2024-09-24T19:43:54.093Z","updated_at":"2026-03-02T06:31:07.233Z","avatar_url":"https://github.com/VPKSoftOrg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tauri + React + Vite + Typescript + antd + i18next + Tokio + Styled Components\n\nThis template should help get you started developing with [Tauri](https://tauri.app), [React](https://react.dev), [Vite](https://vitejs.dev), [Typescript](https://www.typescriptlang.org), [antd](https://ant.design), [i18next](https://www.i18next.com), [Styled Components](https://styled-components.com) and [Tokio](https://tokio.rs).\n\nThe template is for [Tauri version 2+](https://v2.tauri.app/), for the [Version 1 template here](https://github.com/VPKSoftOrg/tauri_react_vite_ts_script_antd_i18next_tokio_styled_v1).\n\n## Recommended IDE Setup 1\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)\n\n## Recommended IDE Setup 2\n\n- [RustRover](https://www.jetbrains.com/rust/)\n\n## To use this template\nAfter GitHub *Use this template*:\n1. CD into `change-name-owner-src`\n2. Run NPM install: `npm i`\n3. Run the replace script:\n\n   `node ./index.js --copyright [your company/your name] --appName [the application name] --initialVersion [0.0.1] --appUrl [the main url for the application web site] --sourceUrl [the source code url for the application source] --manualDownloadUri [an url where the application may be downloaded] --shortDescription [A short one-line description of the application]`\n\n   Example:\n   \n   `node ./index.js --copyright VPKSoft --appName MyNewApp --initialVersion 0.1.0 --appUrl https://www.vpksoft.net --sourceUrl https://github.com/VPKSoft/MyNewApp --manualDownloadUri https://github.com/VPKSoft/MyNewApp/releases/latest --shortDescription \"An app for something\"` \n\n## Debug instructions to RustRover or Visual Studio Code\n* [Visual Studio Code](https://github.com/VPKSoftOrg/tauri_react_vite_ts_script_antd_i18next_tokio_styled_v2/wiki/Visual-Studio-Code:-Run-and-Debug)\n* [RustRover](https://github.com/VPKSoftOrg/tauri_react_vite_ts_script_antd_i18next_tokio_styled_v2/wiki/RustRover:-Run-and-debug)\n\n## Features\nSupport for extendable application preferences and a popup for the mentioned purpose:  \n![image](https://github.com/VPKSoftOrg/tauri_react_vite_ts_script_antd_i18next_tokio_styled/assets/40712699/0dc7b4e9-401e-4ed5-ab8d-4ac21ec38e6a) ![image](https://github.com/VPKSoftOrg/tauri_react_vite_ts_script_antd_i18next_tokio_styled/assets/40712699/b13b78a1-970e-491e-ac61-b58881bf6d30)\n\n\n\n\nSupport for localization which is totally optional.\n\nFor backend localization see the [additional readme](./src/localization/rust_i18n_transform/README.md).\n\nThe window title bar is custom. E.g. it looks the same with different operation systems:\n![image](https://github.com/user-attachments/assets/ccaaabb1-45f1-481c-9a85-386e3bf58b43)\n\nAlso with dark mode support:\n![image](https://github.com/user-attachments/assets/eb5040c9-b7d4-42a3-ba34-78a15b737ffd)\n\nThe application running on mobile:\n\n![image](https://github.com/user-attachments/assets/cde7b644-895c-44e0-9be3-fca852909ccf)\n ![image](https://github.com/user-attachments/assets/3062a9b4-15ec-4285-9bfb-3617abd96a24)\n \n\nThe drawer menu on mobile:\n\n![image](https://github.com/user-attachments/assets/22e547a2-a65a-4ff0-a998-cb940990fa67)\n ![image](https://github.com/user-attachments/assets/875cd9fa-01ae-40ef-9152-e67fb93c4a95)\n\n\n\n\n\n\nCustomizable tool bar and menu with React(antd) components.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvpksoftorg%2Ftauri_react_vite_ts_script_antd_i18next_tokio_styled_v2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvpksoftorg%2Ftauri_react_vite_ts_script_antd_i18next_tokio_styled_v2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvpksoftorg%2Ftauri_react_vite_ts_script_antd_i18next_tokio_styled_v2/lists"}