Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 870 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 870 Bytes

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