1 Star 0 Fork 1

whf605319646/wo-template-vite-react

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
meta.js 541 Bytes
一键复制 编辑 原始数据 按行查看 历史
tool-developer 提交于 2022-01-07 10:28 . 添加vite-react模板
// 项目创建完成后输出信息
exports.run ={
"yarn": "Start to install dependencies for the project",
"yarn dev":"Start to the development project",
"yarn build":"Start to the production project"
};
// 项目创建过程中的prompts
// 参考:https://github.com/SBoudrias/Inquirer.js/blob/master/README.md
exports.prompts = {
"name": {
"message": "What's the project name?",
"default": "`${this.name}`"
},
"description": {
"name": "description",
"message": "What's your project description?"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/staring/wo-template-vite-react.git
git@gitee.com:staring/wo-template-vite-react.git
staring
wo-template-vite-react
wo-template-vite-react
main

搜索帮助