Skip to content

DBSetyawan/vue-employee-crud

Repository files navigation

Vue employee CRUD

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

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/DBSetyawan/vue-employee-crud
cd [your project]
yarn
yarn serve

Author

License

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

About

The app will be a simple employee database and we'll learn.. visit demo: https://dbsetyawan.github.io/vue-employee-crud/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published