k3ssen / SymVueGen

Entity/Crud generator for vuetified Symfony application with twig-vue integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SymVue

Example project setup where Symfony and Vuetify are used. This setup shows how Twig and Vue can be integrated by loading Twig's rendered content inside a dynamic vue-component, enabling it to interact with the vue instance.

Getting started

  1. yarn setup
    (shorthand for composer install && yarn install && yarn build)
  2. yarn start (for development)
    (shorthand for symfony server:start -d && yarn watch)

About

Entity/Crud generator for vuetified Symfony application with twig-vue integration


Languages

Language:PHP 48.5%Language:HTML 44.2%Language:JavaScript 4.6%Language:Vue 2.7%Language:CSS 0.0%