{"id":20588730,"url":"https://github.com/xbmlz/uniapp-ts-template","last_synced_at":"2025-04-14T21:53:59.365Z","repository":{"id":104401785,"uuid":"540293549","full_name":"xbmlz/uniapp-ts-template","owner":"xbmlz","description":"🚀A template for uniapp with vue3.x and TypeScript.","archived":false,"fork":false,"pushed_at":"2023-02-10T08:28:06.000Z","size":3313,"stargazers_count":38,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-14T21:53:43.698Z","etag":null,"topics":["typescript","ucharts","uniapp","unocss","uview-ui","vite","vk-uview-ui","vue","vue3","vuejs","weapp"],"latest_commit_sha":null,"homepage":"https://xbmlz.github.io/vue-next-uniapp/","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/xbmlz.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":"2022-09-23T05:33:28.000Z","updated_at":"2025-03-23T14:58:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"840d457c-f37e-4334-9588-2efa54542658","html_url":"https://github.com/xbmlz/uniapp-ts-template","commit_stats":null,"previous_names":["xbmlz/uniapp-ts-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbmlz%2Funiapp-ts-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbmlz%2Funiapp-ts-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbmlz%2Funiapp-ts-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xbmlz%2Funiapp-ts-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xbmlz","download_url":"https://codeload.github.com/xbmlz/uniapp-ts-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248968755,"owners_count":21191158,"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":["typescript","ucharts","uniapp","unocss","uview-ui","vite","vk-uview-ui","vue","vue3","vuejs","weapp"],"created_at":"2024-11-16T07:26:10.188Z","updated_at":"2025-04-14T21:53:59.359Z","avatar_url":"https://github.com/xbmlz.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue Next Uniapp\n\n\u003cp align='center'\u003e\n  \u003cimg src='https://raw.githubusercontent.com/venable-team/venable-uniapp/main/src/static/images/logo.png' alt='vue-next-uniapp' width='120'/\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eVue Next Uniapp\u003c/h1\u003e\n\n\n\u003cp align=\"center\"\u003e\n🚀A template for uniapp with vue3.x and TypeScript.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://venable-team.github.io/venable-uniapp\"\u003eLive Demo\u003c/a\u003e\n\u003c/a\u003e\n\n\u003cp align=\"center\"\u003e\n  🚧Work in progress🚧\n\u003c/a\u003e\n\n## Features\n\n- ⚡️ [Vite3](https://cn.vitejs.dev/), [Vue3](https://cn.vuejs.org/), [pnpm](https://pnpm.io/)\n\n- 📦 Components auto importing\n\n- 🍍 [State Management via Pinia](https://pinia.vuejs.org/)\n\n- 🎨 [UnoCSS](https://github.com/antfu/unocss) - the instant on-demand atomic CSS engine\n\n- 🖼️ [vk-uview-ui](https://vkuviewdoc.fsq.pub/) - a UI library for uniapp based on Vue3.x\n\n- 📊 [ucharts](https://www.ucharts.cn/) - a chart library for uniapp\n\n- 😃 [Use icons from any icon sets with classes](https://github.com/antfu/unocss/tree/main/packages/preset-icons)\n\n- 🔥 Use the [new `\u003cscript setup\u003e` syntax](https://github.com/vuejs/rfcs/pull/227)\n\n- 📥 [APIs auto importing](https://github.com/antfu/unplugin-auto-import) - use Composition API and others directly\n\n- 🦾 TypeScript, of course\n\n- 🎉 [ESLint](https://eslint.org/) + [Prettier](https://prettier.io/) + [EditorConfig](https://editorconfig.org/)\n\n## Try it now!\n\n\u003e VEnable requires Node \u003e=14.18\n\n### Clone to local\n\nIf you prefer to do it manually with the cleaner git history\n\n```bash\nnpx degit venable-team/venable-uniapp my-app\ncd my-app\npnpm i # If you don't have pnpm installed, run: npm install -g pnpm\n```\n\n## Usage\n\n### Development\n\nJust run and visit http://localhost:5173\n\n```bash\npnpm dev:h5\n```\n\n### Build\n\nTo build the App, run\n\n```bash\npnpm build:h5\n```\n\nAnd you will see the generated file in `dist` that ready to be served.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxbmlz%2Funiapp-ts-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxbmlz%2Funiapp-ts-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxbmlz%2Funiapp-ts-template/lists"}