- nuxt3-template
- vue3-template
- vue2-template
第一次获取json默认数据,会生成一个
__temp__
文件夹(用完即删),根目录/User/xxx/.ccopyrc
存储json数据
pnpm install create-copy -g
c-copy create [OPTIONS] [NAME]
default options with cwd
& logLevel
All this commands could use --help
for more infomations
create project with subcommands
- template/t
- force/f
- offline/o
- name
show cached json .ccopyrc
clean cached json .ccopyrc
& .cache/giget
# 显示存储json信息 .ccopyrc
c-copy show
# 删除存储的json文件 - 删除.ccopyrc
c-copy clean
# 创建模版
c-copy create xxx
c-copy create --template vue2-template xxx
# 创建时使用最新json数据
c-copy create -t vue2-template -f
# 下载到对应目录
c-copy create -t vue2-template --cwd ../../example
- Vue
- vue-cli
- Nuxt
- UnJS