Megrax / Blog-FE

build a blog with Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog-FE

The Front-End of my blog project built with Vue.js.


Building and running on localhost

First install dependencies:

npm install

To run in hot module reloading mode:

npm start

To create a production build:

npm run build-prod

Running

node dist/bundle.js

Credits

Made with createapp.dev

About

build a blog with Vue.js


Languages

Language:Vue 73.6%Language:CSS 22.5%Language:JavaScript 3.4%Language:HTML 0.5%