Skip to content

Commit 0cd8d58

Browse files
committed
readme
1 parent b06d279 commit 0cd8d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Vue - based REST-ful CRUD application
22

33
> CRUD application written using Vue2, Vuex and Vuetify. The app uses REST API and JWT Tokens.
4-
> Demo application is available [here](http:/crud.id-a.pl)
4+
> Demo application is available [here](http:/crud.id-a.pl). To get login and password, contact me on github.
55
66
## Functions
77

@@ -23,7 +23,7 @@ The record creation / editing form supports the following types of fields:
2323
* Datepicker,
2424
* Timepicker
2525

26-
## Build Setup
26+
## Table management
2727

2828
Servicing the table requires creating a component with the configuration of the given table (field names and types, information about soft or hard deletion of records, reference to the source table in the case of foreign keys, etc.). Next and last step is to add routing to a given page and put a link to it in the sidebar.
2929

0 commit comments

Comments
 (0)