i am currenlt learning vue.js. i saw the issues in the repo and i want to fix some of them. but i don't know where to start. i need to understand how vue works but there is a lot of files. is there any guide ? or do you have any idea ?
AKSMaffection and 3 more commentedHi everyone! I'm Gift Egwuenu, frontend engineer at Passionate People and content creator based in Lagos, Nigeria. I enjoy working on the web and making it accessible to everyone and also an advocate for building open-source projects and tech communi...
JJOHDJahkamso and 20 more commentedHey everyone, I have decided to make a blogging site for me. I have decided to use Gridsome for that purpose as I am a vue fan. Now, I wanted your suggestions on what should I use for managing the content, tags etc. I have thought of two options Use...
AHCSArtem and 6 more commentedNeed a regular expression that should avoid a specific string or all string which are having below mentioned symbols Special character to avoid: Colon (:) Double forward slash (//) Dot (.) Question Mark (?) Ampersand (&) Equal To (=) Single forward...
PPankaj commentedIs it possible to generate dynamic components from a JSON were they use v-bind attributes? For instance this component: <my-test-component :value="_.get(values, 'current', 0)" /> JSON: [{":value": "_.get(value, 'current', 0)"}] For "static" attribute...
EEvan commented