cevuel-cli
Version:
Create element-ui project with vue<br/> Help you build a new project faster with configuration and title
25 lines (22 loc) • 401 B
JavaScript
const packageList = [
"babel-polyfill",
"echarts",
"moment-timezone",
"@novnc/novnc",
"mavon-editor",
"vue-quill-editor",
"vue-i18n",
"vue-video-player",
"xlsx"
]
const noReadNameDir = [
'node_modules',
'dist',
'package-lock.json',
'.DS_Store'
];
module.exports = {
packageList,
noReadNameDir
}