Skip to content

This repository will be strictly used for uploading all of my test projects related to the Vue JS.

Notifications You must be signed in to change notification settings

kipmyk/vue-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-tutorials

Vue jS

This is a progressive framework for building user interfaces.

i used them while i was teaching myself Vue js.

I did my reference using vuejs.org

How to Install Vue js

 1.You can install using CDN

 you can use the Development version
 => https://cdn.jsdelivr.net/npm/vue

 2.Installation Via vue-cli

 # npm install
 => $ npm install vue
 => $ npm install --global vue-cli
 => $ vue init webpack my-project
 => $ cd my-project
 => $ npm install
 => $ npm run dev

Usage of Vue-js Tutorials

1. Download the files first.
2. The Next you can unzip them and just go through the entire code. ( For my vue js I did downlad the vue js code inorder to run my vue js)
3. Then enjoy learning Vue Js.

Reference

https://vuejs.org

Note

You can use the codes used Here anywhere you desire.

Author

@kipmyk

About

This repository will be strictly used for uploading all of my test projects related to the Vue JS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages