Comparing version 0.0.9 to 0.1.0
@@ -109,3 +109,3 @@ #!/usr/bin/env node | ||
console.log(logSymbols.success,chalk.green('创建成功:)')); | ||
console.log(chalk.green(`cd ${projectName}\nnpm install\nnpm run dev`)); | ||
console.log(chalk.green(`cd ${projectName}\nnpm install\nnpm run dll\nnpm run dev`)); | ||
}).catch(err => { | ||
@@ -112,0 +112,0 @@ console.error(logSymbols.error,chalk.red(`创建失败:${err.message}`)); |
{ | ||
"name": "gaea-cli", | ||
"version": "0.0.9", | ||
"version": "0.1.0", | ||
"description": "vue cli", | ||
@@ -5,0 +5,0 @@ "main":"index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34601