Creating components with VueJs
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
This is the source code for the post: creating your very first component in vuejs on medium.