Skip to content

All the exercises and projects that i made for learning Vue.js 2 professionally, I commented every section so anyone can use it as a guide or even as a learning tool. This project is based in Maximilian Schwarzmüller Vue JS 2 guide.

Notifications You must be signed in to change notification settings

CarlosVillasenor/VueJs2Guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue-JS-2-guide

Create and run a Project with the Vue CLI

##1.-Setup

# first time
(node installed nedded )
1.- sudo npm install -g vue-cli
# every time
2.- vue init webpack-simple <<project name>>
3.- npm install

2.-Run

npm run dev

3.-Build for production

npm run build

About

All the exercises and projects that i made for learning Vue.js 2 professionally, I commented every section so anyone can use it as a guide or even as a learning tool. This project is based in Maximilian Schwarzmüller Vue JS 2 guide.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published