This Code actually belongs to a blog. Read the blog before using this code
This application is deployed in the following URL https://aditya-sridhar.github.io/vuejs-blog-demo-part1/
Click on the URL to see how the application looks
Refer https://nodejs.org/en/ to install NodeJS
Install Vue Cli Node Package Globally using the following Command.
npm install -g @vue/cliClone the application to local
git clone https://github.com/aditya-sridhar/vuejs-blog-demo-part1.gitGo into the project Folder and install the npm packages using the following command
npm installRun the following command to run the application
npm run serve
The Application runs on localhost:8080
VueJS : https://vuejs.org/v2/guide/
vue cli : https://cli.vuejs.org/guide/