Learn Vue.js step-by-step.
Create an easy to start dev-environment and step-by-step guide for anyone to get started with Vue.js.
git clone [email protected]:tanmaydesai89/learn-vuejs-basics.git
git clone https://github.com/tanmaydesai89/learn-vuejs-basics.git
-
Download code or clone git repo.
-
Install dependencies.
npm install
- Run server with hot-reload (this project uses browser-sync).
gulp serve