npm config set @fish:registry http://172.81.212.149:4873
下载
npm i @fish/cli --save-dev
开发环境服务
fish start vue
fish start react
打包
fish build prod vue // 生产环境
fish build test vue // 测试环境
fish build test react // 测试环境
fish build test react // 测试环境
上传
fish upload // 上传到 腾讯cos云存储
配置
root/fish.config.js
module.exports = {
babelPresets:[
...
]
babelPlugins:[
...
]
postCssPlugins:[
...
]
port:...
modifyVars:...
host:...
dev:{
template
}
prod:{
template
}
}