# Vuejs and webpack ## Installation `npm install` ## Build To bundle your js code simply use the below command `npm start` Alternatively you could return `node_modules/.bin/webpack --config webpack.config.js`