Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 535 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 535 Bytes

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