Vue.js CRUD application
Outdated!
Vue 2 implementation can be found
here
.
Add product
Product name
Name
Description
Price
Actions
{{ product.name }}
{{ product.description }}
{{ product.price }}
Edit
Delete
Add new product
Name
Description
Price,
Create
Cancel
{{ product.name }}
Description:
{{ product.description }}
Price:
{{ product.price }}
Backt to product list
Edit product
Name
Description
Price,
Save
Cancel
Delete product {{ product.name }}
The action cannot be undone.
Delete
Cancel