All Projects → taniarascia → Vue Tutorial

taniarascia / Vue Tutorial

Licence: mit
A walkthrough of basic Vue concepts.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vue Tutorial

Trip.js
🚀 Trip.js is a plugin that can help you customize a tutorial trip easily with more flexibilities.
Stars: ✭ 789 (+506.92%)
Mutual labels:  tutorial, javascript-library
Library App
Detailed Ember.js Octane v3.21 tutorial for absolute beginners. https://yoember.com
Stars: ✭ 189 (+45.38%)
Mutual labels:  tutorial, javascript-library
Instagrambot
Instagram bot in Node.js.
Stars: ✭ 121 (-6.92%)
Mutual labels:  tutorial
Short Gitlab Tutorial
Get started with Gitlab in practicable time
Stars: ✭ 127 (-2.31%)
Mutual labels:  tutorial
30 Days Of React
30 Days of React Content and Source Code
Stars: ✭ 1,747 (+1243.85%)
Mutual labels:  tutorial
Java8 The Missing Tutorial
Java 8 for all of us
Stars: ✭ 1,566 (+1104.62%)
Mutual labels:  tutorial
The Road To Learn React Chinese
《React 学习之道》The Road to learn React (简体中文版) | 最简单,且最实用的 React 实战教程。
Stars: ✭ 1,631 (+1154.62%)
Mutual labels:  tutorial
Pt.javascript.info
Modern JavaScript Tutorial in Portuguese
Stars: ✭ 121 (-6.92%)
Mutual labels:  tutorial
Simple Signup
Code samples used in the blog post "How to Create User Sign Up View"
Stars: ✭ 128 (-1.54%)
Mutual labels:  tutorial
Learn jupyter
This is a jupyter practical tutorial. Welcome to edit together!
Stars: ✭ 123 (-5.38%)
Mutual labels:  tutorial
Node In Action
📕 一本小书 -《Node.js实战》
Stars: ✭ 126 (-3.08%)
Mutual labels:  tutorial
Autonumeric
autoNumeric is a standalone library that provides live as-you-type formatting for international numbers and currencies.
Stars: ✭ 1,626 (+1150.77%)
Mutual labels:  javascript-library
Jhipster Guides
Guides to help you learn JHipster quickly
Stars: ✭ 122 (-6.15%)
Mutual labels:  tutorial
Tinyrenderer
A brief computer graphics / rendering course
Stars: ✭ 11,776 (+8958.46%)
Mutual labels:  tutorial
Go Realtime Collaborative Drawing App
A simple real-time collaborative drawing app built with Go
Stars: ✭ 121 (-6.92%)
Mutual labels:  tutorial
Tensorflow Ctc Speech Recognition
Application of Connectionist Temporal Classification (CTC) for Speech Recognition (Tensorflow 1.0 but compatible with 2.0).
Stars: ✭ 127 (-2.31%)
Mutual labels:  tutorial
Deploy Strapi On Aws
Deploying a Strapi API on AWS (EC2 & RDS & S3)
Stars: ✭ 121 (-6.92%)
Mutual labels:  tutorial
Llvm Pass Tutorial
A step-by-step tutorial for building an LLVM sample pass
Stars: ✭ 122 (-6.15%)
Mutual labels:  tutorial
Git Cheats
Git Cheats - Interactive Cheatsheet For Git Commands
Stars: ✭ 124 (-4.62%)
Mutual labels:  tutorial
Pydata Chicago2016 Ml Tutorial
Machine learning with scikit-learn tutorial at PyData Chicago 2016
Stars: ✭ 128 (-1.54%)
Mutual labels:  tutorial

Vue Tutorial

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

Read the tutorial | View the demo

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].