Category Management

Out of the box you will have an example of category management (for the cases in which you are developing a blog or a shop). To access this example, click the "Examples(API)/Categories" link in the left sidebar or add /categoies-list to the URL. You can add and edit categories here, but you can only delete them if they are not attached to any items.

You can find the compoments for category functionality in src\views\examples-api\categories folder.

The store used for category functionality is found in src\store\categories.module.js


Category List Examples

Add/Edit Examples