{"id":33173025,"url":"https://github.com/apiqa-io/vue-boilerplate","last_synced_at":"2025-11-20T20:00:50.622Z","repository":{"id":85975845,"uuid":"85398353","full_name":"apiqa-io/vue-boilerplate","owner":"apiqa-io","description":"Boilerplate to quick start vue projects","archived":false,"fork":false,"pushed_at":"2018-01-15T08:59:42.000Z","size":176,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-20T22:37:20.129Z","etag":null,"topics":["docker","docker-compose","express","nginx","postgres","redis","sequelize","vue"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apiqa-io.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-03-18T12:07:30.000Z","updated_at":"2020-09-11T14:53:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"6942ffe7-8418-4047-9ba0-aee620f4fdb4","html_url":"https://github.com/apiqa-io/vue-boilerplate","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/apiqa-io/vue-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiqa-io%2Fvue-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiqa-io%2Fvue-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiqa-io%2Fvue-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiqa-io%2Fvue-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apiqa-io","download_url":"https://codeload.github.com/apiqa-io/vue-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apiqa-io%2Fvue-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285503668,"owners_count":27182913,"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","status":"online","status_checked_at":"2025-11-20T02:00:05.334Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["docker","docker-compose","express","nginx","postgres","redis","sequelize","vue"],"created_at":"2025-11-16T02:00:24.564Z","updated_at":"2025-11-20T20:00:50.615Z","avatar_url":"https://github.com/apiqa-io.png","language":"JavaScript","funding_links":[],"categories":["Boilerplates"],"sub_categories":["PWA"],"readme":"Vue-boilerplate\n====================\n Install\n-----\nDownload:\n```bash\n$ git clone https://github.com/SYNC-SU/vue-boilerplate.git\n```\nPre-install:\n1.  Change settings in **.env** file\n2.  Change credentials and add custom data (if you need) in **api/db/migrations/seed.js**\n\nInstall:\n```bash\n$ ./install\n```\nScripts:\n-------\n* **install** - install project.\n* **start** - run project. If \"ENVIRONMENT\" variable in .env file set in \"prod\", run production version: build frontend and admin apps, and serve it as static minified files.\n* **stop [container_name]** - stop container.  If container name not provided stop all.\n* **restart [container_name]** - restart container. If container name not provided restart all.\n* **log [container_name]** - show selected container logs or all logs if container not provided. Accept all docker-compose logs options.\n* **yarn [container_name]** - start yarn scripts in container. **container_name** is required.\n* **psql and rdb** - CLI for postgres and redis services.\n* **migrate \\\u003caction\u003e** - create or start migration. Actions: **create \\\u003cname\u003e** and **down**. **create** make empty migration in **api/db/migrations** with **name**. **down** runs migration undo. Empty action run all migrations from folder **api/db/migrations**, ordering by filename.\n\nContainers:\n--------\n### nginx\nNginx web-server. All configs in **nginx** folder.\n### postgres\nPostgreSQL. Default settings:  \n  ```js\n  host: 'postgres'  \n  port: 5432  \n  username: 'postgres'  \n  password: 'postgres'  \n  dbname: 'boilerplate'  \n  ```\n### redis\nRedis. Default settings:  \n  ```js\n  host: 'redis'\n  port: 6379\n  ```\n### api\nAPI container. Can serve both admin and frontend routes.  \nDefault prefix: **/api**  \n**express** for REST and **sequelize** for ORM\n\n### frontend\nMain interface.\n* Vue 2.2.4\n* Vue-router 2.2.0\n* axios 0.15  \n\nLinting with eslint by **standard** rules\n\n### admin\nAdmin panel.\n* Vue 2.2.4\n* Vue-router 2.2.0\n* axios 0.15  \n\nLinting with eslint by **standard** rules  \n\n## Defaults:\n```js\n  username: admin@mail.ru\n  password: admin\n```\n\n## License\n\n  [MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapiqa-io%2Fvue-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapiqa-io%2Fvue-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapiqa-io%2Fvue-boilerplate/lists"}