File | Date | Author | Commit |
---|---|---|---|
src | 2019-02-01 |
![]() |
[081c6e] remove outline from buttons |
templates | 2019-01-31 |
![]() |
[da6d48] auth modifications |
.gitignore | 2018-12-31 |
![]() |
[de6d36] public folder removed from gitignore, file mana... |
CODE_OF_CONDUCT.md | 2018-12-25 |
![]() |
[f0fec0] Create CODE_OF_CONDUCT.md |
LICENSE | 2018-12-02 |
![]() |
[dab6a4] Create LICENSE |
README.md | 2019-02-04 |
![]() |
[49ed0e] Update README.md |
babel.config.js | 2018-12-20 |
![]() |
[fbe58a] application upgrade |
package.json | 2019-01-03 |
![]() |
[033d2f] datatable messages moved to locales, added expo... |
vue.config.js | 2019-01-02 |
![]() |
[2bdf1a] baseUrl |
yarn.lock | 2019-01-03 |
![]() |
[033d2f] datatable messages moved to locales, added expo... |
To check out docs, visit vue-crud.github.io.
Here is available demo application.\
Credentials with limited privileges (readonly):\
Login: guest@vue.crud\
Pass: ajSGenC0\
To get full user account, contact me on my company site.
The application contains a mechanism for managing the database tables. After adding table support to crud, the following record operations are possible:
The record creation / editing form supports the following types of fields:
Datatable is available in 2 versions:
* Client side (small tables < 2000 records)
* Server side (> 2000 records)
Each version has its own filtering system:
* Show active/inactive records,
* Search phrase in whole table,
* Search phrase in selected column (exact, like and list mode)
Another functions and features:
* datatable mechanism allows selection of the number of records per page, page transition and sorting,
* management of a child table from the parent table module,
* language versions,
* simple configuration of themes,
The application requires a connection with the appropriate API. API can be created in any technology - the condition is its compliance with the Vue CRUD communication specification. If you need to create your API and do not know how to get started, and you don't mind PHP and Laravel, download or clone the Vue CRUD Laravel API project.
Copyright (c) 2018-present, Szczepan Masny