taniarascia / vue-tutorial

A walkthrough of basic Vue concepts.

Home Page:https://taniarascia.github.io/vue-tutorial/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue Tutorial

We're going to create a small application with Vue.

Purpose

The app will be a simple employee database and we'll learn:

  • How to set up Vue
  • The anatomy of a Vue file
  • How to work with data, methods, conditional statements, and events in Vue
  • How to create, update, view, and delete users (employees) from the system
  • How to make API calls for each of the above actions
  • How to use tables, forms, and form validation
  • How to host a Vue build on GitHub pages

Installation

git clone https://github.com/taniarascia/vue-tutorial
cd vue-tutorial
yarn
yarn serve

Author

License

This project is open source and available under the MIT License.

About

A walkthrough of basic Vue concepts.

https://taniarascia.github.io/vue-tutorial/

License:MIT License


Languages

Language:Vue 89.0%Language:HTML 8.4%Language:JavaScript 2.6%