Commit 61da4d11 by yuwei

项目初始化

parent bf1004c0
{ {
"name": "datax_ui", "name": "datax-ui",
"version": "1.0.0", "version": "1.0.0",
"description": "A vue admin template with Element UI & axios & iconfont & permission control & lint", "description": "A vue admin template with Element UI & axios & iconfont & permission control & lint",
"author": "YuWei", "author": "YuWei",
......
module.exports = { module.exports = {
title: 'datax_ui', title: 'datax-ui',
/** /**
* @type {boolean} true | false * @type {boolean} true | false
......
...@@ -6,7 +6,7 @@ function resolve(dir) { ...@@ -6,7 +6,7 @@ function resolve(dir) {
return path.join(__dirname, dir) return path.join(__dirname, dir)
} }
const name = defaultSettings.title || 'datax_ui' // page title const name = defaultSettings.title || 'datax-ui' // page title
// If your port is set to 80, // If your port is set to 80,
// use administrator privileges to execute the command line. // use administrator privileges to execute the command line.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment