Skip to content

dj0nny/vuejs-beginner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vuejs-beginner ✌

VueJS for dummies

Build Status Netlify Status npm version contributions welcome

A simple project for showing the foundamentals of Vue.js

OverVue start

Vue is a Javascript framework developed by Evan You in 2014. Year after year, the Vue.js community grow and it became one of the most used Javascript framework.

Having used React for a long time, I decided that it was time to try something else. My choice falls on Vue.js, as it was a framework I didn't know yet (unlike Angular), in a short time I fell in love and supplanted my choice to use React within my projects.

After several months of use, I decided to pick up again this repository (which I created in January 2019) to complete it and add further examples.

Getting Started

This project was generate using the official Vue CLI

Prerequisites

You must have Npm or Yarn installed on your machine

Installing

Clone the repository using Git:

git clone https://github.com/dj0nny/vuejs-beginner.git

Or download the repo here


For installing the dependencies run:

npm install
# Or
yarn install

At the end type:

npm run serve
# Or
yarn serve

for running the development server at this address: http://localhost:8080

Tip: For opening the app inside a new tab, type:

npm run serve --open
# Or
yarn serve --open

Live version

There is a deployed version of this repository on Netlify at this URL: https://tender-yalow-25bbea.netlify.com/#/

Built with ❤ using:

Contributing

Of course Pull Requests for adding features ⇄ and ★ are welcome 😜