Giter Club home page Giter Club logo

symfonyvuetified's People

Contributors

k3ssen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

symfonyvuetified's Issues

Create a bundle

Can I help somehow to create a bundle of this? So you can install it in an existing app

confusing behaviour with v-if and alreadyRendered

Example code:

    <sv-form :form="{{ form | vue }}" v-if="{{ false | vue('showForm') }}"></sv-form>
    <v-btn @click="showForm = !showForm">Show/hide form</v-btn>

When you click 'show/hide form', then the form will be removed because of the 'v-if'. When clicking the button again, the form should re-appear, but this won't happen, because of the 'alreadyRendered' that is set in the form-object(s).

Some alterations are needed to allow re-enabling the form. Probably something like vue's 'destroyed' might be useful to undo the 'alreadyRendered', but maybe there are some better alternatives as the 'v-if' en 'alreadyRendered' can cause other problems as well.

Error on maker when using on APP_ENV=PROD

Hi, I like your concept, so trying to do some test run but stuck on production due to maker bundle.
with APP_ENV=PROD
any idea on how to solve?

Uncaught Symfony\Component\DependencyInjection\Exception\RuntimeException: Invalid service "K3ssen\SymfonyVuetified\Maker\Generator": class "Symfony\Bundle\MakerBundle\Generator" not found while loading "K3ssen\SymfonyVuetified\Maker\Generator"

License info

Hi,

Can you add a license information? :)

Thank you

tslib required

After installing the demo today, I got the following error:

 ERROR  Failed to compile with 3 errors                                                                       4:33:59 PM

Module build failed: Module not found:
"./node_modules/@k3ssen/symfony-vuetified/components/Form/FormWidgetMixin.ts" contains a reference to the file "tslib".
This file can not be found, please check it for typos or update it if the file got moved.

"./node_modules/babel-loader/lib/index.js??clonedRuleSet-14[0].rules[0].use[0]!./node_modules/ts-loader/index.js??clonedRuleSet-14[0].rules[0].use[1]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./assets/components/SvTextEditor.vue?vue&type=script&lang=ts&" contains a reference to the file "tslib".
This file can not be found, please check it for typos or update it if the file got moved.

"./node_modules/babel-loader/lib/index.js??clonedRuleSet-14[0].rules[0].use[0]!./node_modules/ts-loader/index.js??clonedRuleSet-14[0].rules[0].use[1]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./node_modules/@k3ssen/symfony-vuetified/components/SvApp.vue?vue&type=script&lang=ts&" contains a reference to the file "tslib".
This file can not be found, please check it for typos or update it if the file got moved.

it is resolved by yarn add tslib, but this wasn't nessessary before. TODO: find out why (perhaps a dependency version that has changed) and add it to package and/or instruction if needed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.