{"id":13881079,"url":"https://github.com/framevuerk/framevuerk","last_synced_at":"2025-07-16T17:31:44.626Z","repository":{"id":19660754,"uuid":"84319957","full_name":"framevuerk/framevuerk","owner":"framevuerk","description":"Fast, Responsive, Multi Language, Both Direction Support and Configurable UI Framework based on Vue.js.","archived":true,"fork":false,"pushed_at":"2022-12-10T16:09:39.000Z","size":8201,"stargazers_count":264,"open_issues_count":30,"forks_count":18,"subscribers_count":5,"default_branch":"next","last_synced_at":"2025-07-11T10:41:25.146Z","etag":null,"topics":["configurable","framework","javascript","js","ltr","multi-language","multilanguage","responsive","rtl","toolkit","ui","ux","vue"],"latest_commit_sha":null,"homepage":"http://framevuerk.com/","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/framevuerk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-08T12:52:31.000Z","updated_at":"2025-05-30T11:50:11.000Z","dependencies_parsed_at":"2023-01-13T20:30:45.253Z","dependency_job_id":null,"html_url":"https://github.com/framevuerk/framevuerk","commit_stats":null,"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"purl":"pkg:github/framevuerk/framevuerk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/framevuerk%2Fframevuerk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/framevuerk%2Fframevuerk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/framevuerk%2Fframevuerk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/framevuerk%2Fframevuerk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/framevuerk","download_url":"https://codeload.github.com/framevuerk/framevuerk/tar.gz/refs/heads/next","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/framevuerk%2Fframevuerk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265527557,"owners_count":23782480,"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":["configurable","framework","javascript","js","ltr","multi-language","multilanguage","responsive","rtl","toolkit","ui","ux","vue"],"created_at":"2024-08-06T08:03:59.055Z","updated_at":"2025-07-16T17:31:41.279Z","avatar_url":"https://github.com/framevuerk.png","language":"Vue","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"http://framevuerk.com\" target=\"_blank\"\u003e \u003cimg src=\"https://framevuerk.com/framevuerk.png\" height=\"200\"/\u003e \u003c/a\u003e\n  \u003ch1\u003e\u003cb\u003e Framevuerk \u003c/b\u003e\u003c/h1\u003e\n  \u003cp\u003e\u003cb\u003eFast\u003c/b\u003e, \u003cb\u003eResponsive\u003c/b\u003e, \u003cb\u003eWithout Dependencies\u003c/b\u003e, \u003cb\u003eBoth Direction Support\u003c/b\u003e and \u003cb\u003eConfigurable\u003c/b\u003e UI Framework based on \u003ca href=\"http://vuejs.org\" target=\"_blank\"\u003eVue.js\u003c/a\u003e.\u003c/p\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/framevuerk/framevuerk.svg?style=for-the-badge\" /\u003e \u003cimg src=\"https://img.shields.io/github/stars/framevuerk/framevuerk.svg?style=for-the-badge\" /\u003e \u003cimg src=\"https://img.shields.io/github/issues/framevuerk/framevuerk.svg?style=for-the-badge\" /\u003e \u003cimg src=\"https://img.shields.io/github/forks/framevuerk/framevuerk.svg?style=for-the-badge\" /\u003e \u003cimg src=\"https://img.shields.io/npm/dm/framevuerk.svg?style=for-the-badge\"\u003e \u003cimg src=\"https://img.shields.io/npm/v/framevuerk.svg?style=for-the-badge\"\u003e\n  \u003cbr\u003e\n\u003c/div\u003e\n\n## Setup\nFirst of all, you should install \u003cb\u003eFramevuerk\u003c/b\u003e and of course \u003cb\u003eVue\u003c/b\u003e from terminal and just follow the example and use it!\n\n```terminal\nnpm i vue\nnpm i framevuerk\n```\n\nAnd put these on your main script: (Also \u003ci\u003ecommonjs\u003c/i\u003e syntax and \u003ci\u003erequire\u003c/i\u003e is available.)\n\n```javascript\n// Vue package\nimport Vue from 'vue'\n// Framevuerk main script\nimport Framevuerk from 'framevuerk/dist/framevuerk.js'\n// Framevuerk main style\n// Also you can include this via \u003clink rel=\"stylesheet\"\u003e in your template\nimport 'framevuerk/dist/framevuerk.css'\n// Activate\nVue.use(Framevuerk)\n// Initializing App\nnew Vue({\n    el: '#app'\n})\n```\n\nFinally you need to create your template just like this.\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003cmeta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\"\u003e\n    \u003ctitle\u003eMy Awesome App\u003c/title\u003e\n    \u003clink rel=\"stylesheet\" href=\"path/to/your/app.css\"\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n    \u003cfvMain id=\"app\"\u003e\n        \u003c!-- Your App goes here --\u003e\n    \u003c/fvMain\u003e\n  \u003cscript src=\"path/to/your/app.js\"\u003e\u003c/script\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n## Customize\n\nFramevuerk can have different language, direction, and colors based on the user's taste. To setup your custom version, you should install **framevuerk-builder** package.\n\n```terminal\nnpm i framevuerk-builder -D\n```\n\nAnd your config or list of configs array in `.json` file. (Also you can deliver same content via `.js` file and `module.exports` format)\n\n\n```json\n{\n    \"config-name\": \"foobar\",\n    \"direction\": \"ltr\",\n    \"primary-color\": \"#41b883\",\n    \"secondary-color\": \"#35485d\",\n    \"danger-color\": \"#dd4b39\",\n    \"warning-color\": \"#ef8f00\",\n    \"info-color\": \"#14b0cf\",\n    \"bg-color\": \"#fff\",\n    \"header-bg-color\": \"#35485d\",\n    \"sidebar-bg-color\": \"#3a3a3a\",\n    \"footer-bg-color\": \"#3a3a3a\",\n    \"padding\": \"1em\",\n    \"transition-speed\": \"0.35s\",\n    \"border-radius\": \"2px\",\n    \"shadow-size\": \"1px\"\n}\n```\n\nFinally you can build framevuerk by this cli command. Don't forgot to put your builder command to your `build` or `postinstall` scripts. Note that use **./node_modules/.bin/framevuerk-builder** instead of **framevuerk-builder** if you run this command manually in terminal\n\n```terminal\nframevuerk-builder -d \"path/to/framevuerk/source/dir\" -o \"path/to/receive/builded/files\" -c \"path/to/config/file\"\n\n# --dir, -d         path to framevuerk source folder. default: \"./node_modules/framevuerk\"\n# --output-dir, -o  path to output files. default: \"./node_modules/framevuerk/dist\"\n# --config, -c      path to config file. used default config if not set.\n```\n\nAnd output files goes to *--output-dir* directory:\n\n- framevuerk-foobar.js\n- framevuerk-foobar.min.js\n- framevuerk-foobar.css\n- framevuerk-foobar.min.css\n    \nYou are now config your app to use `Framevuerk`! Let's go to use our components:\n[Full Documention and Demo](http://framevuerk.com)\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](./CONTRIBUTING.md) for details.\n\n","funding_links":[],"categories":["Vue","Components \u0026 Libraries","Frameworks","Frameworks [🔝](#readme)"],"sub_categories":["Frameworks","Responsive"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fframevuerk%2Fframevuerk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fframevuerk%2Fframevuerk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fframevuerk%2Fframevuerk/lists"}