{"id":17241245,"url":"https://github.com/sinoon/vue-bootstrap","last_synced_at":"2025-03-26T03:13:24.268Z","repository":{"id":81525142,"uuid":"49821477","full_name":"sinoon/vue-bootstrap","owner":"sinoon","description":null,"archived":false,"fork":false,"pushed_at":"2016-01-17T14:53:07.000Z","size":955,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T00:34:06.910Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/sinoon.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":"2016-01-17T14:51:09.000Z","updated_at":"2016-01-17T14:53:14.000Z","dependencies_parsed_at":"2023-03-19T11:08:45.601Z","dependency_job_id":null,"html_url":"https://github.com/sinoon/vue-bootstrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinoon%2Fvue-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinoon%2Fvue-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinoon%2Fvue-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sinoon%2Fvue-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sinoon","download_url":"https://codeload.github.com/sinoon/vue-bootstrap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245579676,"owners_count":20638679,"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-10-15T06:08:24.990Z","updated_at":"2025-03-26T03:13:24.247Z","avatar_url":"https://github.com/sinoon.png","language":"JavaScript","readme":"# 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 alert = VueStrap.alert\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","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinoon%2Fvue-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsinoon%2Fvue-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsinoon%2Fvue-bootstrap/lists"}