vue2.0.3
# install dependencies
npm install
# install element
npm i element-ui -D
# install vue-router
npm install vue-router
# install vuex
npm install vuex
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, checkout the guide and docs for vue-loader.