{"id":15103934,"url":"https://github.com/nvms/vue-atlas","last_synced_at":"2025-09-27T02:32:14.276Z","repository":{"id":32694336,"uuid":"140054171","full_name":"nvms/vue-atlas","owner":"nvms","description":"A Vue.js 2 UI component library.","archived":true,"fork":false,"pushed_at":"2023-03-13T10:13:19.000Z","size":9609,"stargazers_count":180,"open_issues_count":42,"forks_count":22,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-01-10T11:00:39.005Z","etag":null,"topics":["component-library","javascript","ui","vue","vue2","vuejs","vuejs-components","vuejs2"],"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/nvms.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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}},"created_at":"2018-07-07T05:01:47.000Z","updated_at":"2024-07-08T18:02:04.000Z","dependencies_parsed_at":"2024-01-08T08:55:06.608Z","dependency_job_id":null,"html_url":"https://github.com/nvms/vue-atlas","commit_stats":{"total_commits":501,"total_committers":14,"mean_commits":"35.785714285714285","dds":"0.12375249500998009","last_synced_commit":"2f1e19f88a07a9b4a86b290a7e0d5efbb91d10a3"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvms%2Fvue-atlas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvms%2Fvue-atlas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvms%2Fvue-atlas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nvms%2Fvue-atlas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nvms","download_url":"https://codeload.github.com/nvms/vue-atlas/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234376916,"owners_count":18822416,"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":["component-library","javascript","ui","vue","vue2","vuejs","vuejs-components","vuejs2"],"created_at":"2024-09-25T19:43:49.909Z","updated_at":"2025-09-27T02:32:08.792Z","avatar_url":"https://github.com/nvms.png","language":"Vue","funding_links":[],"categories":["构架","Components \u0026 Libraries","Frameworks","Frameworks [🔝](#readme)"],"sub_categories":["组件集合","Frameworks","Component Collections"],"readme":"# atlas\n\n![](https://img.shields.io/npm/v/vue-atlas.svg?colorA=57D9A3\u0026colorB=666666)\n\nDocumentation and examples at [https://vue-atlas.com](https://vue-atlas.com)\n\n## Installation and usage\n\n```bash\n$ yarn add vue-atlas\n# or\n$ npm install vue-atlas\n```\n\n## Usage\n\n### Import everything\n\nThe minified stylesheet is roughly 200kb (~30kb gzipped). If this worries you, please see below how to import\nonly the components you require for a smaller bundle.\n\n```javascript\n// Wherever your Vue entrypoint is.\nimport Va from 'vue-atlas'\nimport 'vue-atlas/dist/vue-atlas.css'\n\nVue.use(Va, 'en') // or 'es', 'fr', 'ru'\n```\n\n### Import something specific\n\n```javascript\n// You will need sass-loader and node-sass for this.\nimport { VaDatepicker } from 'vue-atlas/src/Datepicker'\n\nVue.use(VaDatepicker)\n\n// The Datepicker component will check for the presence\n// of the VaLocale prototype to decide how to display content.\nVue.prototype.VaLocale = 'fr' // default 'en'\n```\n\nIf you want to use the [atlas color variables](https://github.com/nvms/vue-atlas/blob/master/src/style/_colors.scss)\nin your own project's components, modify your project's `vue.config.js` and point\n`css.loaderOptions.sass.prependData` to `node_modules/vue-atlas/src/style/_colors.scss`.\n\n`vue.config.js`\n\n```javascript\nmodule.exports = {\n  css: {\n    loaderOptions: {\n      sass: {\n        prependData: `@import \"@/../node_modules/vue-atlas/src/style/_colors.scss\";`\n      }\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvms%2Fvue-atlas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnvms%2Fvue-atlas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnvms%2Fvue-atlas/lists"}