Update VUE CLI to v3 (#1654)

This commit is contained in:
Rony Debnath 2018-06-27 16:48:32 +06:00 committed by Shao Yu-Lung (Allen)
parent 0351cf531b
commit fd56c4dcda

View File

@ -401,7 +401,7 @@ RUN if [ ${INSTALL_NODE} = true ]; then \
npm install -g bower \
;fi \
&& if [ ${INSTALL_NPM_VUE_CLI} = true ]; then \
npm install -g vue-cli \
npm install -g @vue/cli \
;fi \
;fi