Skip to content

vitue-scaffold/vitue-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vitue cli

npm version

@vitue/cli的作用很纯粹,就是下载vitue-scaffold组织内的 template 项目。通过vitue init可以查询到组织内所有可用的项目模版,选择对应的即可安装到本地目录。除此之外,没有其他任何功能。

@vitue/cli使用 flippidippi/download-git-repo 进行 Github 项目的在线下载,所以请关注下网络的情况,可能会出现超时等问题。

安装

yarn add --global @vitue/cli

# npm
npm install -g @vitue/cli

使用

# Begin
$ vitue init

# Select a template
? Please select a template (Use arrow keys)
❯ vitue-admin 
  vitue-mobile 

# Enter some basic information
? Project name: test
? Project description: hello
? Author: Hejx <test@qq.com>

# Then wait for the project to download and create...

License

MIT

About

📦 The CLI tool used to create official vitue-scaffold template projects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published