提交 c96151de 编写于 作者: P Pan

refine build.js

上级 226a005c
......@@ -29,14 +29,13 @@ rm(path.join(config.build.assetsRoot, config.build.assetsSubDirectory), err => {
}) + '\n\n')
console.log(chalk.cyan(' Build complete.\n'))
console.log('> Listening at ' + 'http://localhost:9528' + '\n')
if(process.env.npm_config_preview){
server.start({
port: 9528,
directory: './dist',
file: '/index.html'
});
opn('http://kushnerpreview.wallstreetcn.com/')
console.log('> Listening at ' + 'http://localhost:9528' + '\n')
}
})
})
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册