Skip to content

raulghm/vuedium

Repository files navigation

Vuedium

Simple Medium clone made with Vue

Features

  • Vue 2.x
  • Vue router
  • Vuex
  • element-ui
  • axios

vuedium

WIP

  • List posts
  • Create post
  • Edit post
  • Delete post

Build Setup

# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn run dev

# build for production with minification
yarn run build

# build for production and view the bundle analyzer report
yarn run build --report