0.0.6 • Published 3 years ago
qiahao v0.0.6
qiahao
qiahao add
qiahao add plugin locallocation
plugins
@qiahao/plugins
- element-admin
- vue-render
- styles ...
qiahao deploy
qiahao deploy -c .qiahao.deploy.js
.qiahao.deploy.js
module.exports = {
scriptBeforeRun: 'npm run build:stage',
connection: {
host: '',
username: '',
password: '',
port: 22
},
dist: '',
src: './dist',
callback: (ssh, config) => {
// ssh.exec('echo "complete"')
console.log(`\x1B[32mdeploy success: stg`);
}
}
qiahao server
easy server
qiahao server ./ 8080