init
This commit is contained in:
9
layouts/index.js
Normal file
9
layouts/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
webpackBarName: '',
|
||||
webpackBanner: '',
|
||||
donationConsole() {
|
||||
const chalk = require('chalk')
|
||||
console.log(chalk.green('项目启动成功'))
|
||||
console.log('\n')
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user