{"id":14977003,"url":"https://github.com/aleversn/vfluent","last_synced_at":"2025-03-17T16:10:39.048Z","repository":{"id":36692381,"uuid":"228166841","full_name":"aleversn/VFluent","owner":"aleversn","description":"Vue Components inspired by Microsoft's Fluent Design System","archived":false,"fork":false,"pushed_at":"2024-05-17T08:52:32.000Z","size":25139,"stargazers_count":101,"open_issues_count":3,"forks_count":11,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T08:10:05.174Z","etag":null,"topics":["fabric-ui","fluent-design","sun-valley","vue","windows-11"],"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/aleversn.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":"2019-12-15T10:34:40.000Z","updated_at":"2025-03-04T07:35:03.000Z","dependencies_parsed_at":"2023-11-09T11:12:50.839Z","dependency_job_id":"1686abf7-ab43-40ea-84f2-c8174240a324","html_url":"https://github.com/aleversn/VFluent","commit_stats":{"total_commits":537,"total_committers":3,"mean_commits":179.0,"dds":0.3296089385474861,"last_synced_commit":"3d4cddd4ad1e5ae75b045a799f5cac649b6d34a4"},"previous_names":[],"tags_count":207,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleversn%2FVFluent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleversn%2FVFluent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleversn%2FVFluent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aleversn%2FVFluent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aleversn","download_url":"https://codeload.github.com/aleversn/VFluent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244066180,"owners_count":20392406,"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":["fabric-ui","fluent-design","sun-valley","vue","windows-11"],"created_at":"2024-09-24T13:54:49.568Z","updated_at":"2025-03-17T16:10:39.029Z","avatar_url":"https://github.com/aleversn.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./examples/assert/logo/VFluent.png\"/\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"LICENSE\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/License-MIT-yellow.svg\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"BUILD\"\u003e\n      \u003cimg src=\"https://travis-ci.com/aleversn/VFluent.svg?branch=master\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"\"\u003e\n      \u003cimg src=\"https://img.shields.io/npm/dw/vfluentdesign\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Fluent UI Components based on Vue Client\nThis repository provides a library of components based on [Microsoft's Fluent Design System](https://developer.microsoft.com/en-us/fluentui#/). We did our best to implement styling (such as the `Acrylic` and `Reveal` effects) of native system's (Windows 11/Windows 10) compoents on the Web.\n\n### Project Structure\n\n```bash\n- build # 脚手架(The scaffold)\n  config.js # 组件库配置文件(Component library configuration file)\n- examples\n  - docs # 在线演示文档(VuePress)\n  index.js # Vue Cli Lib 打包入口(Packaging entrance)\n- lib # 打包ump文件(Package the UMP file)\n- packages\n  - common-theme # 通用主题(Common theme)\n  - {themeName}-theme\n    index.scss # 全局scss 由脚本生成(Global SCSS generated by the script)\n    {ComponentScss}.scss\n  - {ComponentName}\n    - src # 组件Source(Component source)\n      index.vue # 组件(Component)\n    index.js # 组件入口(Component entry)\n  index.js # 所有组件入口 由脚本生成(All component entries, generated by scripts)\ncomponents.json # 组件目录(Component directory)\nvue.config.js # Vue cli 配置(Vue cli config)\n```\n\n### NPM Script CMDs\n\n```bash\npnpm run pub # 打包推送到npm(Pack and push to NPM)\npnpm run docs:dev # 开发文档模式(Run as development document mode)\npnpm run bin:new componentName chineseName #新建组件(Create new component)\npnpm run bin:rm componentName #移除组件并重新定制入口(Remove the component and re-customize the entry)\npnpm run bin:entry # 定制入口(Custom entry)\n```\n\n### Fluent Design UI (Vue 2.7+)\n\n#### DOCS\n\n[Documention](https://aleversn.github.io/VFluent)\n\n#### How to use\n\n1. install via pnpm\n\n```bash\n  pnpm i vfluentdesign # recommend\n```\n\n2. import (vue entry main.js)\n\n```js\nimport Vue from \"vue\";\nimport Vuex from \"vuex\"\nimport VueFluent from \"vfluentdesign\";\nimport \"vfluentdesign/lib/index.css\";\n\nVue.use(VueFluent, Vuex);\n```\n\n3. sample example\n\n```html\n\u003cfv-button\u003eHello Vue Fluent!\u003c/fv-button\u003e\n```\n\n4. about Fabric UI\n\nOur project have many using cases contains Microsoft's Fabric UI, such as icons and shadows, for more details you can click \u003ca href=\"https://developer.microsoft.com/en-us/fabric#/styles\"\u003ehere\u003c/a\u003e to get more information.\n\nHere is the icon using sample.\n\n```vue\n\u003ci class=\"ms-Icon ms-Icon--AADLogo\"\u003e\u003c/i\u003e\n```\n\nIn particular, if you're using a component of Fluent Vue Design and it contains a prop that support icon, you only need to type the icon's name in prop.\n\n**We have updated the new Windows 11 Fluent Icons, Check the Icon Dictionary on \u003ca href=\"https://docs.microsoft.com/en-us/windows/apps/design/style/segoe-fluent-icons-font\"\u003ehere\u003c/a\u003e.**\n\n### ✨ We Need You (Become a contributor) ✨\nVFluent still needs to improve. The documentation is not yet complete, there are still some details to work out.\n\nWe want to hear from your issues and suggestions. It's welcome to have you become a contributor in this project. You could add some new components to VFluent, or update the existing components to better support the mobile end.\n\nIf you have some other creative ideas, we're happy to hear them from you.\n\n### License\n\nMIT License\n\nCopyright (c) 2023 Creator SN®\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### Status\n\n---\n\n![Alt](https://repobeats.axiom.co/api/embed/c3151fa6bc7f4329d5d136aff5300b5a858f8b67.svg \"Repobeats analytics image\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleversn%2Fvfluent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faleversn%2Fvfluent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faleversn%2Fvfluent/lists"}