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
To get full user account, contact me on my <ahref="http://id-a.pl"target="_blank">company site</a>.
34
-
35
21
## Functions
36
22
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:
To get full user account, contact me on my <ahref="http://id-a.pl"target="_blank">company site</a>.
97
88
98
89
## Quick start
99
90
100
91
Do you want to test the application quickly, and you do not have a ready API? No problem, you can use the ready-made example in the **examples** folder. The API for this example is available on the internet, so you can connect to it by entering its address in the configuration file.
- Select template from **examples** folder you want to use, e.g. **examples/simple-crud**. Then:
105
100
- Copy **examples/simple-crud/public** folder to the root directory,
106
101
- Copy the rest of files and folders (**config**, **locales**, **routes**, **main.js**, **router.js**) from **examples/simple-crud** folder to the **src** directory,
@@ -190,6 +185,10 @@ The simplest possible code that supports CRUD operations for one table will look
190
185
## API
191
186
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 <ahref="https://github.com/szczepanmasny/vue-crud-laravel-api"target="_blank">Vue CRUD Laravel API project</a>.
0 commit comments