{"id":34497531,"url":"https://github.com/easy-team/ves-cli","last_synced_at":"2026-04-13T10:32:36.176Z","repository":{"id":57391906,"uuid":"154315687","full_name":"easy-team/ves-cli","owner":"easy-team","description":"Vue SSR Framework CLI","archived":false,"fork":false,"pushed_at":"2019-10-17T04:54:30.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T13:05:32.675Z","etag":null,"topics":["command-line","commander","typescript","ves","ves-cli","vue","vue-cli","webpack"],"latest_commit_sha":null,"homepage":"https://easyjs.cn/ves","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/easy-team.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-10-23T11:24:02.000Z","updated_at":"2021-11-26T13:59:09.000Z","dependencies_parsed_at":"2022-09-07T07:22:12.386Z","dependency_job_id":null,"html_url":"https://github.com/easy-team/ves-cli","commit_stats":null,"previous_names":["ves-team/ves-cli"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/easy-team/ves-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easy-team%2Fves-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easy-team%2Fves-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easy-team%2Fves-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easy-team%2Fves-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/easy-team","download_url":"https://codeload.github.com/easy-team/ves-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easy-team%2Fves-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31749094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["command-line","commander","typescript","ves","ves-cli","vue","vue-cli","webpack"],"created_at":"2025-12-24T01:48:52.565Z","updated_at":"2026-04-13T10:32:36.170Z","avatar_url":"https://github.com/easy-team.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ves-cli\n\n[![NPM version][npm-image]][npm-url]\n[![build status][travis-image]][travis-url]\n[![Test coverage][codecov-image]][codecov-url]\n[![David deps][david-image]][david-url]\n[![Known Vulnerabilities][snyk-image]][snyk-url]\n[![npm download][download-image]][download-url]\n\n[npm-image]: https://img.shields.io/npm/v/ves-cli.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/ves-cli\n[travis-image]: https://img.shields.io/travis/easy-team/ves-cli.svg?style=flat-square\n[travis-url]: https://travis-ci.org/easy-team/ves-cli\n[codecov-image]: https://img.shields.io/codecov/c/github/easy-team/ves-cli.svg?style=flat-square\n[codecov-url]: https://codecov.io/github/easy-team/ves-cli?branch=master\n[david-image]: https://img.shields.io/david/easy-team/ves-cli.svg?style=flat-square\n[david-url]: https://david-dm.org/easy-team/ves-cli\n[snyk-image]: https://snyk.io/test/npm/ves-cli/badge.svg?style=flat-square\n[snyk-url]: https://snyk.io/test/npm/ves-cli\n[download-image]: https://img.shields.io/npm/dm/ves-cli.svg?style=flat-square\n[download-url]: https://npmjs.org/package/ves-cli\n\nA Powerful Cross-platform [Ves](https://github.com/easy-team/ves) Node Framework CLI Tool.\n\n## Installation\n\n```bash\n$ npm install -g ves-cli\n```\n\nNode.js \u003e= 8.0.0 required.\n\n## Features\n\n- ✔︎ Ves Application Development, such as `ves dev`, `ves start`, `ves debug`, `ves test`\n- ✔︎ Build with Webpack + TypeScript, such as `ves build`, `ves build --speed`, `ves build --size`\n- ✔︎ Common Development Commands, such as `ves open`, `ves kill`, `ves server`\n\n## QuickStart\n\n- Init Application\n\n```bash\n$ ves init\n```\n\n- Development mode startup Application\n\n```bash\n$ ves dev\n```\n\n- Publish mode startup Application\n\n```bash\n$ ves build\n$ ves start\n```\n\n- Webpack build size analysis\n\n```bash\n$ ves build --size\n```\n\n- TypeScript build\n\n```bash\n$ ves tsc\n```\n\n## Examples\n\nSee [ves-amdin](https://github.com/easy-team/ves-admin)\n\n## Links\n\n- https://github.com/easy-team/ves\n- https://github.com/easy-team/easywebpack-cli\n- https://www.yuque.com/easy-team/ves\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasy-team%2Fves-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasy-team%2Fves-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasy-team%2Fves-cli/lists"}