Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
V
vue-cli-panyana
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
张英杰
vue-cli-panyana
Commits
f4efe542
提交
f4efe542
authored
12月 17, 2019
作者:
潘亚楠
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
模板配置文件#3
上级
818f901f
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
4 行增加
和
3 行删除
+4
-3
index.ts
src/bin/index.ts
+3
-2
template.config.ts
src/config/template.config.ts
+1
-1
没有找到文件。
src/bin/index.ts
浏览文件 @
f4efe542
...
...
@@ -2,11 +2,12 @@
import
*
as
program
from
'commander'
;
import
{
hasTemplate
}
from
'../config/template.config'
;
import
listTemplates
from
'../lib/listTemplates'
;
// 版本号
program
.
version
(
`
${
require
(
'../../package.json'
).
version
}
`
)
.
name
(
'world'
)
.
usage
(
'<command> [options]'
);
// create command
program
.
command
(
'create <templateName> <projectName>'
)
.
description
(
'create a project from a template'
)
...
...
@@ -14,7 +15,7 @@ program
console
.
log
(
templateName
);
console
.
log
(
projectName
);
})
// ls command
program
.
command
(
'ls'
)
.
description
(
'list all templates'
)
...
...
src/config/template.config.ts
浏览文件 @
f4efe542
...
...
@@ -15,7 +15,7 @@ export interface Template {
readonly
repo
:
Repo
,
// 模板仓库信息
}
export
const
Templates
:
Template
[]
=
[
{
name
:
'vue2.0'
,
desc
:
'
hello world'
,
repo
:
{
url
:
'
'
,
username
:
''
,
password
:
''
}
},
{
name
:
'vue2.0'
,
desc
:
'
千家vue2.0项目模板,对接了组件库/标准库/用户操作埋点'
,
repo
:
{
url
:
'git@git.allhome.com.cn:panyanan/my-vue-template.git
'
,
username
:
''
,
password
:
''
}
},
// todo other template
];
/**
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论