Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.76 KB

README.md

File metadata and controls

63 lines (38 loc) · 1.76 KB

Netlify Status

vue-blog-logo

Vue Blog

A simple blog application using Vue.js and Netlify with medium like highlighting feature. This was a recreation of Tailwind Nextjs Starter Blog using VueJS

Demo

vue-blog

Screenshots

app-screenshot Home app-screenshotBlog app-screenshotCreate Post
app-screenshotHighlighting app-screenshotBlog Preview app-screenshotEdit post
app-screenshot Light Mode

Tech Stack

Client: Vue3, Pinia, TailwindCSS

Server: Node

Run Locally

Clone the project

  git clone https://github.com/swaubhik/vue-blog.git

Go to the project directory

  cd vue-blog

Install dependencies

  yarn install or npm install

Start the development server

  yarn dev or npm run dev

License

MIT