Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/taniarascia/vue-tutorial
- Owner: taniarascia
- License: mit
- Created: 2019-05-10T13:21:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T18:41:23.000Z (over 4 years ago)
- Last Synced: 2024-08-01T13:39:04.611Z (3 months ago)
- Topics: javascript, javascript-library, tutorial, vue, vue-tutorial, vuejs
- Language: Vue
- Homepage: https://taniarascia.github.io/vue-tutorial/
- Size: 1.31 MB
- Stars: 149
- Watchers: 10
- Forks: 81
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).