{"id":13423888,"url":"https://yuche.github.io/vue-strap/","last_synced_at":"2025-03-15T17:32:28.942Z","repository":{"id":57396659,"uuid":"43789644","full_name":"yuche/vue-strap","owner":"yuche","description":"Bootstrap components built with Vue.js","archived":true,"fork":false,"pushed_at":"2019-04-13T12:04:36.000Z","size":11552,"stargazers_count":4707,"open_issues_count":255,"forks_count":925,"subscribers_count":198,"default_branch":"master","last_synced_at":"2025-02-19T12:55:06.383Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://yuche.github.io/vue-strap/","language":"JavaScript","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/yuche.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}},"created_at":"2015-10-07T01:57:53.000Z","updated_at":"2025-02-15T17:47:53.000Z","dependencies_parsed_at":"2022-09-12T15:30:32.367Z","dependency_job_id":null,"html_url":"https://github.com/yuche/vue-strap","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuche%2Fvue-strap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuche%2Fvue-strap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuche%2Fvue-strap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuche%2Fvue-strap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuche","download_url":"https://codeload.github.com/yuche/vue-strap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243767425,"owners_count":20344923,"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":[],"created_at":"2024-07-31T00:00:44.437Z","updated_at":"2025-03-15T17:32:27.638Z","avatar_url":"https://github.com/yuche.png","language":"JavaScript","funding_links":[],"categories":["Vue.js","Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)","Libraries and Plugins"],"sub_categories":["Component Collections","UI Elements"],"readme":"# deprecated\n\nSORRY, THIS PROJECT IS NO LONGER MAINTAINED.\n\nThere are two great alternatives:\n\n* [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue): BootstrapVue provides one of the most comprehensive implementations of Bootstrap 4 components and grid system for Vue.js and with extensive and automated WAI-ARIA accessibility markup.\n* [uiv](https://github.com/wxsms/uiv): Bootstrap 3 components implemented by Vue 2.\n\n# vue-strap\nBootstrap components built with Vue.js.\n\nThis repository contains a set of native Vue.js components based on Bootstrap's markup and CSS. As a result no dependency on jQuery or Bootstrap's JavaScript is required. The only required dependencies are:\n\n* [Vue.js](http://vuejs.org/) (required ^v1.x.x, test with v1.0.8).\n* [Bootstrap CSS](http://getbootstrap.com/) (required 3.x.x, test with 3.3.5). VueStrap doesn't depend on a very precise version of Bootstrap.\n\n## Installation\n\n### NPM\n\n```bash\n$ npm install vue-strap\n```\n\n### CommonJS\n```js\nvar alert = require('vue-strap/src/alert');\n// or\nvar alert = require('vue-strap').alert;\n\nnew Vue({\n  components: {\n    'alert': alert\n  }\n})\n```\n\n### ES6\n```js\nimport alert from 'vue-strap/src/alert'\n// or\nimport { alert } from 'vue-strap'\n\nnew Vue({\n  components: {\n    alert\n  }\n})\n```\n\n### AMD\n```js\n$ bower install vue-strap\n\ndefine(['vue-strap'], function(VueStrap) { var alert = VueStrap.alert; ... });\n```\n\n### Browser globals\nThe `dist` folder contains `vue-strap.js` and `vue-strap.min.js` with all components exported in the \u003ccode\u003ewindow.VueStrap\u003c/code\u003e object. These bundles are also available in [CDNJS](https://cdnjs.com/libraries/vue-strap),\nand on both the Bower and NPM packages.\n\n```html\n\u003cscript src=\"path/to/vue.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"path/to/vue-strap.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n    var vm = new Vue({\n        components: {\n            alert: VueStrap.alert\n        },\n        el: \"#app\",\n        data: {\n            showRight: false,\n            showTop: false\n        }\n    })\n\u003c/script\u003e\n```\n\n## Docs\nSee the [documentation](http://yuche.github.io/vue-strap/) with live editable examples.\n\n## Local Setup\n* Install with `npm install`\n* Run the docs site in development mode with `npm run docs`. This will watch for file changes as you work.\n* Build with `npm run build`.\n\n## TODO\nSee [Roadmap](https://github.com/yuche/vue-strap/issues/41)\n\n## License\nvue-strap is licensed under [The MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/yuche.github.io%2Fvue-strap%2F","html_url":"https://awesome.ecosyste.ms/projects/yuche.github.io%2Fvue-strap%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/yuche.github.io%2Fvue-strap%2F/lists"}