{"id":28089186,"url":"https://github.com/doc88git/flux-style-guide","last_synced_at":"2025-05-13T12:54:37.136Z","repository":{"id":34909861,"uuid":"188058374","full_name":"doc88git/flux-style-guide","owner":"doc88git","description":"Design by Doc88 for Vue.js","archived":false,"fork":false,"pushed_at":"2022-12-12T06:01:13.000Z","size":17811,"stargazers_count":7,"open_issues_count":27,"forks_count":3,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-05T20:11:23.231Z","etag":null,"topics":["frontend-framework","js","vue","vuejs"],"latest_commit_sha":null,"homepage":"https://doc88.com.br","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doc88git.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-22T14:45:01.000Z","updated_at":"2025-03-11T22:12:50.000Z","dependencies_parsed_at":"2023-01-15T10:15:38.837Z","dependency_job_id":null,"html_url":"https://github.com/doc88git/flux-style-guide","commit_stats":null,"previous_names":[],"tags_count":101,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doc88git%2Fflux-style-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doc88git%2Fflux-style-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doc88git%2Fflux-style-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doc88git%2Fflux-style-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doc88git","download_url":"https://codeload.github.com/doc88git/flux-style-guide/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253948327,"owners_count":21988953,"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":["frontend-framework","js","vue","vuejs"],"created_at":"2025-05-13T12:54:36.434Z","updated_at":"2025-05-13T12:54:37.119Z","avatar_url":"https://github.com/doc88git.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Flux Style Guide\n\nDesign by Doc88 for Vue.js\n\n### Documentation\n\nThis documentation, at this moment, is found in the repository itself using the [StoryBook for Vue](https://storybook.js.org/docs/guides/guide-vue/).\n\n#### Check the storybook for flux [here!](https://doc88git.github.io/flux-style-guide)\n\n```\nyarn storybook\n```\n### Instalation\n\n``` bash\n# Instalation\n$ yarn add @doc88/flux-style-guide\n```\n\nYou can use with `Vue.js 2.x` and `Nuxt.js 2.x`.\n\n#### Nuxt.js\n\nWe create the file `plugins/flux-style-guide.js`:\n\n``` js\nimport Vue from 'vue'\nimport FluxStyleGuide from \"@doc88/flux-style-guide\"\n\nVue.use(FluxStyleGuide)\n```\n\nThen we add the file path inside the plugins key of our `nuxt.config.js`:\n\n``` js\nexport default {\n  plugins: ['~/plugins/flux-style-guide']\n}\n```\n\n#### Vue.js\n\n``` js\nimport Vue from 'vue'\nimport FluxStyleGuide from \"@doc88/flux-style-guide\"\n\nVue.use(FluxStyleGuide)\n```\n\n### CSS Sass Configuration\n\nTo use a simple configuration\n\n``` css\n@import '~@doc88/flux-style-guide/src/assets/f-style-guide.scss';\n```\n\nTo customize styles\n\n``` css\n@import '~@doc88/flux-style-guide/src/assets/f-variables';\n\n/*\nCustom variables\n*/\n\n@import '~@doc88/flux-style-guide/src/assets/f-reset';\n@import '~@doc88/flux-style-guide/src/assets/f-root';\n@import '~@doc88/flux-style-guide/src/assets/f-colors';\n@import '~@doc88/flux-style-guide/src/assets/f-sizes';\n@import '~@doc88/flux-style-guide/src/assets/f-transitions';\n@import '~@doc88/flux-style-guide/src/assets/settings/settings';\n\n@import '~@doc88/flux-style-guide/src/assets/f-base';\n\n```\n\n### Update\n\n``` bash\n# Update dependence\n$ yarn upgrade-interactive --latest\n```\n\n## Contribuition\n\n- 🇺🇸 Please read our [Contribution Guide](.github/en/CONTRIBUTING.md) before submitting a pull request.\n- 🇧🇷 Por favor, leia o [Guia de Contribuição](.github/pt-br/CONTRIBUTING.md) antes de enviar um pull request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoc88git%2Fflux-style-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoc88git%2Fflux-style-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoc88git%2Fflux-style-guide/lists"}