Sirwan Afifi
Sirwan Afifi
Hi there, I was wondering how to use [Core UI Vue](https://github.com/coreui/coreui-free-vue-admin-template) version inside an MVC Core project. thanks in advance **PS**: I'm not going to use **dotnet new vue** because...
Before a check box is checked I have some validations, so if there are errors I don't want the check box be selected, for regular input we can use `event.stopPropagation();`...
I am using this technique for having tri-state check boxes that works great with normal checkbox, But I going to use `iCheck`, But I can't get it to work, Here's...
Hi, I'm new to this project. it appears great. As far as I know this project is just for authorizing. right?, Now I want to use it in one of...
Hi, thanks for sharing :) I installed this package, Here's the settings inside my `server.yml` file: ``` service: myProject provider: name: aws runtime: nodejs6.10 plugins: - serverless-plugin-typescript - serverless-s3-local -...
Hi, thanks for this project, I'm wondering if I could change the date time format on the Client UI page. Do we have a setting for this? 
Thanks for this project! I used the FileUpload types, mutations you provided on this project; I am using Apollo Client in my react application with the following configuration: ```js import...
I'm using this command to copy all files from `build` directory to `dist: `copyfiles -u 1 build/* dist` It works fine except it doesn't copy directories, How can we make...