https://github.com/easy-team/ves-cli
Vue SSR Framework CLI
https://github.com/easy-team/ves-cli
command-line commander typescript ves ves-cli vue vue-cli webpack
Last synced: 3 months ago
JSON representation
Vue SSR Framework CLI
- Host: GitHub
- URL: https://github.com/easy-team/ves-cli
- Owner: easy-team
- License: mit
- Created: 2018-10-23T11:24:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T04:54:30.000Z (over 6 years ago)
- Last Synced: 2025-12-25T13:05:32.675Z (6 months ago)
- Topics: command-line, commander, typescript, ves, ves-cli, vue, vue-cli, webpack
- Language: JavaScript
- Homepage: https://easyjs.cn/ves
- Size: 20.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ves-cli
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][codecov-image]][codecov-url]
[![David deps][david-image]][david-url]
[![Known Vulnerabilities][snyk-image]][snyk-url]
[![npm download][download-image]][download-url]
[npm-image]: https://img.shields.io/npm/v/ves-cli.svg?style=flat-square
[npm-url]: https://npmjs.org/package/ves-cli
[travis-image]: https://img.shields.io/travis/easy-team/ves-cli.svg?style=flat-square
[travis-url]: https://travis-ci.org/easy-team/ves-cli
[codecov-image]: https://img.shields.io/codecov/c/github/easy-team/ves-cli.svg?style=flat-square
[codecov-url]: https://codecov.io/github/easy-team/ves-cli?branch=master
[david-image]: https://img.shields.io/david/easy-team/ves-cli.svg?style=flat-square
[david-url]: https://david-dm.org/easy-team/ves-cli
[snyk-image]: https://snyk.io/test/npm/ves-cli/badge.svg?style=flat-square
[snyk-url]: https://snyk.io/test/npm/ves-cli
[download-image]: https://img.shields.io/npm/dm/ves-cli.svg?style=flat-square
[download-url]: https://npmjs.org/package/ves-cli
A Powerful Cross-platform [Ves](https://github.com/easy-team/ves) Node Framework CLI Tool.
## Installation
```bash
$ npm install -g ves-cli
```
Node.js >= 8.0.0 required.
## Features
- ✔︎ Ves Application Development, such as `ves dev`, `ves start`, `ves debug`, `ves test`
- ✔︎ Build with Webpack + TypeScript, such as `ves build`, `ves build --speed`, `ves build --size`
- ✔︎ Common Development Commands, such as `ves open`, `ves kill`, `ves server`
## QuickStart
- Init Application
```bash
$ ves init
```
- Development mode startup Application
```bash
$ ves dev
```
- Publish mode startup Application
```bash
$ ves build
$ ves start
```
- Webpack build size analysis
```bash
$ ves build --size
```
- TypeScript build
```bash
$ ves tsc
```
## Examples
See [ves-amdin](https://github.com/easy-team/ves-admin)
## Links
- https://github.com/easy-team/ves
- https://github.com/easy-team/easywebpack-cli
- https://www.yuque.com/easy-team/ves
## License
[MIT](LICENSE)