Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qiuweikangdev/q-tool-cli

脚手架,创建react/vue应用 https://www.npmjs.com/package/q-tool-cli
https://github.com/qiuweikangdev/q-tool-cli

cli commander nodejs webpack

Last synced: about 1 month ago
JSON representation

脚手架,创建react/vue应用 https://www.npmjs.com/package/q-tool-cli

Awesome Lists containing this project

README

        

# 安装

```bash
npm install -g q-tool-cli
```

# 使用

## 创建项目

```bash
q-tool create my-app
```
## 检查版本
```bash
q-tool upgrade
```

## 查看所有的可用命令

```bash
q-tool -h
```
## 启动一个开发服务器

```bash
q-tool run dev
```

## 编译生产环境的包

```bash
q-tool run build
```