1 Star 0 Fork 2

daning / vue-cli-plugin-cesium

forked from 三哥 / vue-cli-plugin-cesium 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
prompts.js 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
IsboyJC 提交于 2020-07-30 15:59 . UPDATE:v up
/*
* @Author: isboyjc
* @Date: 2019-12-14 19:39:35
* @LastEditors: isboyjc
* @LastEditTime: 2020-07-30 15:34:48
* @Description: 提示代码,以供用户在命令行选择
*/
module.exports = [
{
name: `addVersion`,
type: "list",
choices: [
"*(Newest)",
"1.71.0",
"1.70.1",
"1.70.0",
"1.69.0",
"1.68.0",
"1.67.0",
"1.66.0",
"1.65.0",
"1.64.0",
"1.63.1",
"1.63.0",
"1.62.0",
"1.60.0",
"1.59.0",
"1.59.0-github-master2108",
"1.58.1",
"1.58.1-github-master2106",
"1.57.0",
"1.56.1",
"1.56.0",
"1.55.0",
"1.54.0",
"1.53.0",
"1.52.0",
"1.51.0",
"1.50.0",
"1.49.0",
"1.48.0",
"1.47.0",
"1.46.1",
"1.45.0",
"1.44.0",
"1.43.0",
"1.42.1",
"1.42.0",
"1.41.0",
"1.40.0",
"1.39.0",
"1.38.0",
"1.37.0",
"1.36.0",
"1.35.2",
"1.35.1",
"1.34.0",
"1.33.0",
"1.32.1",
"1.31.0",
"1.30.0",
"1.29.0",
"1.28.0",
"1.27.0",
"1.26.0",
"1.25.0",
"1.24.0",
"1.23.0",
"1.22.2",
"1.22.1",
"1.22.0",
"1.21.0",
"1.20.0",
"1.19.0",
"1.18.0",
"1.17.0",
"1.16.0",
],
message:
"Please choose a version of 'cesium' from this list(请在列表中选择 cesium 的版本)",
},
{
name: `addWidgetsToMain`,
type: "confirm",
message:
"Whether to import styles globally. This operation will automatically import widgets.css in main.js(是否全局引入样式,该操作将自动在main.js引入widgets.css)?",
default: true,
},
{
name: `addExample`,
type: "confirm",
message:
"Whether to add sample components to the project components directory(是否添加示例组件到项目components目录)?",
default: true,
},
]
1
https://gitee.com/nyhxiaoning/vue-cli-plugin-cesium.git
git@gitee.com:nyhxiaoning/vue-cli-plugin-cesium.git
nyhxiaoning
vue-cli-plugin-cesium
vue-cli-plugin-cesium
master

搜索帮助