Skip to content

OreliaSk/Vue.js-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

Blog app (using Vue.js 2)

This app will allow you to edit and post articles on your blog. Test it ! For running the app, make sure you have node.js npm version 3+ and Git installed.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Use those commands to generate node-modules &co (using vue-cli).

$ npm install -g vue-cli
$ vue init webpack-simple blog-app
$ cd blog-app
# npm install
$ npm run dev

When your files and folders are created, you can replace what is inside and src/App.vue by what is on this github. Then, you will have to install all dependencies below.

For vue-resource :

$ npm install vue-resource
or
$ yarn add vue-resource

For vue-router :

$ npm install vue-router
or
$ yarn add vue-router

What I used to build this app :

Author

  • Orélia Sokambi - Initial work

Good to know :

You can have a final render of the app here