Giter Club home page Giter Club logo

vue-js-basics's Introduction

Vue JS Tutorial

The project contains small demo that helps to understand basic elements of Vue JS. The content is taken from the official website. The explanations can also be found on the same website.

The purpose of this project is just to cumulate all the data and resources so that it would be easier to keep track.

The basics section covers:

  1. Hello Vue
  2. Declarative rendering
  3. Conditional rendering
  4. Looping
  5. Event handling
  6. Components

Vue CLI for application development

We can install Vue CLI using npm. Run the following command to install Vue on local machine.

npm install -g @vue/cli

Once this is done, you could get a boilerplate code by running the following command.

vue create <app-name>

The app created in this way can be found at application 1 (Tutorial can be found here). The bootstrap library, where we can get the form elements, layouts etc., is used to develop the components.
Check out application 2 to find out how routers and vuex (state management) is used in Vue JS.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.