You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,27 +30,27 @@ To get full user account, contact me on my <a href="http://id-a.pl" target="_bla
30
30
## Functions
31
31
Vue CRUD provides a set of utitlities, from which you can compose your own application. Features included in the system can communicate with each other thanks to the use of the Vuex library. Vue CRUD includes the following elements:
32
32
33
-
CRUD,
34
-
Authentication system:
35
-
login form (built-in communitation with API, validation),
36
-
optional locale selection,
37
-
redirecting to the app,
38
-
App layuout components:
39
-
Toolbar (with optional elements):
40
-
title,
41
-
logo,
42
-
user profile,
43
-
locale selection,
44
-
logout,
45
-
slots for developer
46
-
Sidebar:
47
-
List of routes,
48
-
Slot for title or user avatar,
49
-
Slot for developer,
50
-
Customizable sidebar behaviour
51
-
Alerts system,
52
-
Footer,
53
-
... and others
33
+
-CRUD,
34
+
-Authentication system:
35
+
-login form (built-in communitation with API, validation),
36
+
-optional locale selection,
37
+
-redirecting to the app,
38
+
-App layuout components:
39
+
-Toolbar (with optional elements):
40
+
-title,
41
+
-logo,
42
+
-user profile,
43
+
-locale selection,
44
+
-logout,
45
+
-slots for developer
46
+
-Sidebar:
47
+
-List of routes,
48
+
-Slot for title or user avatar,
49
+
-Slot for developer,
50
+
-Customizable sidebar behaviour
51
+
-Alerts system,
52
+
-Footer,
53
+
-... and others
54
54
55
55
The CRUD is a mechanism for managing the database tables. Included CRUD system allows the following operations:
0 commit comments