Marshall-Hao / blog-m

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog-m

This is a web-blog created by Marshall

This web-app can lets user creat a post and see all the posts

Technologies Used

Features

As a User:

  • I can create a post, see all the posts,and click a tag to see the posts belongs to this tag (responsive view supported)

Screenshot

Home: Home Create: Details

Setup

Online Visit(https://secret-blog.web.app/)

For Localhost

npm install

Compiles and hot-reloads for development

npm run serve

Structure

Virtual Dom Structure

Main entrance: src/App.vue src/main.js

Views are in the src/views

  • Home: Home.vue
  • Postdetails: Details.vue
  • Tagpostslists: Tag.vue
  • Create a post Create.vue

Components in the src/components

  • Navbar Navbar.vue
  • PostList: PostList.vue
  • SinglePost: SinglePost.vue
  • Spinner: Spinner.vue
  • Tagcloud: TagCloud.vue

Reusable JS code in the src/composables

router is in the src/router

About


Languages

Language:Vue 66.6%Language:JavaScript 28.9%Language:HTML 4.1%Language:CSS 0.4%