Skip to content

aditya-sridhar/vuejs-blog-demo-part1

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

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

Install NodeJS Generic badge

Refer https://nodejs.org/en/ to install NodeJS

Install Vue Cli Generic badge

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/

About

Demo for VueJS Blog written by me

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published