Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

A walkthrough of basic Vue concepts.
https://github.com/taniarascia/vue-tutorial

javascript javascript-library tutorial vue vue-tutorial vuejs

Last synced: 15 days ago
JSON representation

A walkthrough of basic Vue concepts.

Awesome Lists containing this project

README

        

# Vue Tutorial

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

### [Read the tutorial](https://taniarascia.com/getting-started-with-vue) | [View the demo](https://taniarascia.github.io/vue-tutorial)

## 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

- [Tania Rascia](https://www.taniarascia.com)

## License

This project is open source and available under the [MIT License](LICENSE).