sample-vue-app
Relevant Information
This Code actually belongs to a blog. Read the blog before using this code
Live Application URL
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
Prerequisites
Refer https://nodejs.org/en/ to install NodeJS
Install Vue Cli Node Package Globally using the following Command.
npm install -g @vue/cli
Cloning and Running the Application
Clone the application to local
git clone https://github.com/aditya-sridhar/vuejs-blog-demo-part1.git
Go into the project Folder and install the npm packages using the following command
npm install
Run the following command to run the application
npm run serve
The Application runs on localhost:8080
References
VueJS : https://vuejs.org/v2/guide/
vue cli : https://cli.vuejs.org/guide/