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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ Then some php controllers has been created on following routes :
51
51
* /demo/vuejs : VuejsController with route config in annotations and VueJS app with specific js/css import
52
52
* /demo/quasar : QuasarController like VuejsController but with the Quasar framework for UX components
53
53
* /demo/form/quasar-vuejs : [Work in progress] authentification with javascript, and a full web application with vuejs and api-platform(rest/graphql)
54
+
* /demo/form/devxpress-vuejs : VueJS demo with DevXpress UI components (Datagrid)
54
55
* /demo/form/devxpress-angular : Angular5 demo with DevXpress UI components (Datagrid and a Wizard sample with local storage and a sumup zone)
55
56
* /api : access ApiPlatform api doc (you need to be authentified from /demo/form if you want to play with it: all entities are configured to be accessed with ROLE_USER)
@@ -97,7 +98,7 @@ The test_browser section represent all the browsers you want to use with the tes
97
98
*[twig](https://twig.symfony.com/): symfony template solution, useless if you don't want to render template with symfony, but usefull to be able to use assets twig helper with webpack encore
98
99
*[api](api-platform.com): api-platform to build REST api(instead of fosrestbundle)
99
100
*[react](https://reactjs.org/): js framework used here by api-platform for their react admin component, it's built on top of [https://marmelab.com/admin-on-rest](https://marmelab.com/admin-on-rest)
100
-
*[@devexpress/dx-react-core@devexpress/dx-react-grid](https://devexpress.github.io/devextreme-reactive/react/grid/docs/guides/getting-started/): UX components library based on React
101
+
*[@devexpress](https://devexpress.github.io): UX components library for Angular, React, VueJS or VanillaJS, with commercial licence and also an open-source free under some conditions
101
102
* http: a cool library to do http call from http (you could switch it with Guzzle)
102
103
* doctrine-migrations: based on Doctrine ORM, it make it easy to change your db during a project life
103
104
* doctrine-fixture: also based on Doctrine to help you to add fixtures in your DB (for your tests or for project init)
0 commit comments