mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-05 19:41:43 +08:00
40 lines
1.3 KiB
Vue
40 lines
1.3 KiB
Vue
module.exports = {
|
||
webpackBarName: 'vue-admin-better',
|
||
webpackBanner:
|
||
' build: vue-admin-better \n vue-admin-beautiful.com \n https://gitee.com/chu1204505056/vue-admin-better \n time: ',
|
||
donationConsole() {
|
||
const chalk = require('chalk')
|
||
console.log(
|
||
chalk.green(
|
||
`> 欢迎使用vue-admin-better,github开源地址:https://github.com/zxwk1998/vue-admin-better`
|
||
)
|
||
)
|
||
console.log(
|
||
chalk.green(
|
||
`> 欢迎使用vue-admin-better,码云开源地址:https://gitee.com/chu1204505056/vue-admin-better`
|
||
)
|
||
)
|
||
|
||
console.log(
|
||
chalk.green(`> pro版演示地址:http://vue-admin-beautiful.com/admin-pro`)
|
||
)
|
||
|
||
console.log(
|
||
chalk.green(`> plus版演示地址:http://vue-admin-beautiful.com/admin-plus`)
|
||
)
|
||
|
||
console.log(
|
||
chalk.green(`> shop版演示地址:http://vue-admin-beautiful.com/shop-vite`)
|
||
)
|
||
|
||
console.log(
|
||
chalk.green(
|
||
`> 使用中出现任何问题可加QQ群反馈,获取基础版、文档,请我们喝杯咖啡(如若情况不允许,请勿勉强):https://gitee.com/chu1204505056/vue-admin-better#-%E5%89%8D%E7%AB%AF%E8%AE%A8%E8%AE%BA-qq-%E7%BE%A4`
|
||
)
|
||
)
|
||
|
||
console.log(chalk.green(`> 如果您不希望显示以上信息,可在config中配置关闭`))
|
||
console.log('\n')
|
||
},
|
||
}
|