pixelprogrammer / blog-ui-example

Just a simple blog UI in VueJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog UI Example

This is a test project to familiarize myself with VueJS.

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

Known Issues

You have to hit the blog page first for things to update properly. I could have fetched the posts from App creation instead of the blog component creation in order to fix this.

About

Just a simple blog UI in VueJS


Languages

Language:Vue 43.5%Language:CSS 34.9%Language:JavaScript 19.2%Language:HTML 2.4%