Merge pull request #291 from luciano-jr/feature/vue-cli-workspace

Feature/vue cli workspace
This commit is contained in:
Mahmoud Zalt 2016-09-07 09:42:03 -04:00 committed by GitHub
commit a005281f4f

View File

@ -154,7 +154,7 @@ RUN if [ ${INSTALL_NODE} = true ]; then \
nvm install ${NODE_VERSION} && \
nvm use ${NODE_VERSION} && \
nvm alias ${NODE_VERSION} && \
npm install -g gulp bower \
npm install -g gulp bower vue-cli \
;fi
# Wouldn't execute when added to the RUN statement in the above block