Skip to content

sgdh-fe/create-vir-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

安装

$ npm install -g create-vir-app

快速开始

$ vir test admin 0.1.1
$ cd test
$ npm install
# 开发模式
$ npm run dev
# 构建
$ npm run build

语法

vir <project-directory> [author] [version]

# [必填] project-directory  创建项目目录
# [选填] author             默认 git 的 username
# [选填] version            默认 1.0.0