{"id":21368293,"url":"https://github.com/logustra/vuad","last_synced_at":"2025-07-03T20:32:32.909Z","repository":{"id":37019575,"uuid":"240681578","full_name":"logustra/vuad","owner":"logustra","description":":fire: Opinionated scalable vue boilerplate using webpack","archived":false,"fork":false,"pushed_at":"2024-08-15T09:09:38.000Z","size":1494,"stargazers_count":8,"open_issues_count":15,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T06:12:27.851Z","etag":null,"topics":["atomic-design","atomic-design-example","boilerplate","ddd","ddd-example","spa","typescript","vue","vue-boilerplate","webpack"],"latest_commit_sha":null,"homepage":"https://vuad.netlify.com/","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/logustra.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-15T09:59:23.000Z","updated_at":"2024-10-09T18:29:13.000Z","dependencies_parsed_at":"2024-08-15T10:53:00.102Z","dependency_job_id":null,"html_url":"https://github.com/logustra/vuad","commit_stats":null,"previous_names":[],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/logustra/vuad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logustra%2Fvuad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logustra%2Fvuad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logustra%2Fvuad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logustra%2Fvuad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/logustra","download_url":"https://codeload.github.com/logustra/vuad/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/logustra%2Fvuad/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263399648,"owners_count":23460738,"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":["atomic-design","atomic-design-example","boilerplate","ddd","ddd-example","spa","typescript","vue","vue-boilerplate","webpack"],"created_at":"2024-11-22T07:23:40.988Z","updated_at":"2025-07-03T20:32:32.860Z","avatar_url":"https://github.com/logustra.png","language":"JavaScript","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch2\u003eVuad\u003c/h2\u003e\n\n  \u003ca href=\"https://github.com/logustra/vuad/releases/tag/v1.1.0\"\u003e\n    \u003cimg \n      src=\"https://img.shields.io/static/v1.svg?label=version\u0026message=1.1.0\u0026style=flat\u0026color=brightgreen\" \n      alt=\"Version\"\n    \u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/logustra/vuad/blob/master/license.md\"\u003e\n    \u003cimg \n      src=\"https://img.shields.io/github/license/logustra/vuad\"\n      alt=\"License\" \n    \u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://standardjs.com\"\u003e\n    \u003cimg \n      src=\"https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat\" \n      alt=\"Code Style\"\n    \u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"http://commitizen.github.io/cz-cli\"\u003e\n    \u003cimg \n      src=\"https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat\" \n      alt=\"Commitizen\"\n    \u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://storybook.js.org\"\u003e\n    \u003cimg \n      src=\"https://cdn.jsdelivr.net/gh/storybookjs/brand@master/badge/badge-storybook.svg?style=flat\" \n      alt=\"Storybook\"\n    \u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://jestjs.io\"\u003e\n    \u003cimg \n      src=\"https://jestjs.io/img/jest-badge.svg?style=flat\" \n      alt=\"Jest\"\n    \u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\u003cbr /\u003e\n\n\u003cimg width=\"1023\" alt=\"Screen Shot 2020-05-21 at 12 02 46 PM\" src=\"https://user-images.githubusercontent.com/13871363/82525219-023b6e80-9b5b-11ea-92b6-fb157710ecaa.png\"\u003e\n\n## Design Pattern\nLearn the design pattern [here](https://github.com/logustra/dave)\n\n## Requirement\n  - [node.js](http://nodejs.org/)\n  - [nvm](https://github.com/nvm-sh/nvm)\n  - [pnpm](https://pnpm.js.org/en/installation)\n\n## Quick Start\n\n```bash\n# install nodejs with specific version\n$ nvm install 12.6.3\n\n# using specific nodejs\n$ nvm use 12.6.3\n\n# clone repository\n$ git clone https://github.com/logustra/vuad.git\n\n# open folder vuad\n$ cd vuad\n\n# instal packages\n$ pnpm install\n\n# build and serve with express\n$ pnpm start\n```\n\n## Run with Docker\n\n```bash\n# build image and tag it with name vuad\n$ docker build . -t vuad\n\n# run image vuad in the background with port 9900\n$ docker run -p 9900:9900 -d vuad\n```\n\n## How to Create Folder\nA guide how to create a folder using `create-cli`\n\n### Component\n```bash\n# create atom component and give it name loading\n$ node create atom loading\n```\n\n### Module\n```bash\n# create new module and give it name home\n$ node create module home\n```\n\n## Cheer me on\nIf you like my works, you can cheer me on here 😆\n\n\u0026nbsp; \u0026nbsp; 🇮🇩 [Trakteer](https://trakteer.id/logustra/tip)\u003cbr\u003e\n\u0026nbsp; \u0026nbsp; 🌍 [Ko-Fi](https://ko-fi.com/logustra)\u003cbr\u003e\n\n## License\nMIT License © 2020 Faizal Andyka\n","funding_links":["https://ko-fi.com/logustra"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogustra%2Fvuad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flogustra%2Fvuad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flogustra%2Fvuad/lists"}