Closed sopheakmorm closed 8 years ago
@Sopheakmorm Each file in the template is client-side. You can read more about project structure here: http://akveo.github.io/blur-admin/articles/012-project-structure/
After building BlurAdmin using gulp build
command, minified files can be found in release
directory.
Ok thank I got It.
but I have have a lot of errors when I integrate it with ASP.Net
vendor-3eb5f18f5d.js:28226 TypeError: $(...).backTop is not a function
vendor-3eb5f18f5d.js:28226 TypeError: $(...).slimScroll is not a function
Could you tell what is the problem and how to fix it ? thank yous !!!!
Hi,
You can find non-compressed development and compressed production files here: http://akveo.github.io/blur-admin/articles/091-downloads/ . I guess they might be a bit easier to integrate.
Cheers!
@SergeyVeselov have you converted the project in an asp.net application?
Yes I did it already
May you make it available? @Sopheakmorm
I am facing same issue, I am new to web pack configuration and I am dwelling in between cshtml and html file configuration for integrating this ng2admin , Please can u guys show up some light to me how to configure ng2 admin with asp.net mvc 5.
@Sopheakmorm please can u make it available if it is possible for you!
give me your email
Hi sopheakmorm, I also want to integrate blur admin to my upcoming mvc app. How can I send you my email ? Public here or send to your gmail ?:)
Hi
I am like this template and want to integrate it with my mvc application but don't know how to do it. I can understand if its simple html i can replace it with my .chtml in view but these files are different. I can run it with gulp server but that minifies the files so I can copy that into my .chtml view. I having difficulty in understanding file in src folder. Can't see angular controller any where in index.html?
Can you please explain or list the steps you took to integrate it with your mvc project and give an example if possible.
Your help is much appreciated.
Thanks
@Sopheakmorm please can u make it available if it is possible for you!
We are using rest service module to communicate between back end and front end with Ajax call this works really good and you can keep both the projects separately blur admin one and rest service one
Thanks, Ashish On Sun, Oct 30, 2016 at 9:35pm, bborad < notifications@github.com [notifications@github.com] > wrote: Hi
I am like this template and want to integrate it with my mvc application but don't know how to do it. I can understand if its simple html i can replace it with my .chtml in view but these files are different. I can run it with gulp server but that minifies the files so I can copy that into my .chtml view. I having difficulty in understanding file in src folder. Can't see angular controller any where in index.html?
Can you please explain or list the steps you took to integrate it with your mvc project and give an example if possible.
Your help is much appreciated.
Thanks
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub [https://github.com/akveo/blur-admin/issues/30#issuecomment-257201872] , or mute the thread [https://github.com/notifications/unsubscribe-auth/ADQ1Aw4dYBjsW38XlRDCwCPJEjYiK3Byks5q5VPJgaJpZM4IfGXp] .
thanx alot
On Mon, Nov 7, 2016 at 11:32 PM, ashishc notifications@github.com wrote:
We are using rest service module to communicate between back end and front end with Ajax call this works really good and you can keep both the projects separately blur admin one and rest service one
Thanks, Ashish On Sun, Oct 30, 2016 at 9:35pm, bborad < notifications@github.com [notifications@github.com] > wrote: Hi
I am like this template and want to integrate it with my mvc application but don't know how to do it. I can understand if its simple html i can replace it with my .chtml in view but these files are different. I can run it with gulp server but that minifies the files so I can copy that into my .chtml view. I having difficulty in understanding file in src folder. Can't see angular controller any where in index.html?
Can you please explain or list the steps you took to integrate it with your mvc project and give an example if possible.
Your help is much appreciated.
Thanks
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub [https://github.com/akveo/ blur-admin/issues/30#issuecomment-257201872] , or mute the thread [ https://github.com/notifications/unsubscribe-auth/ ADQ1Aw4dYBjsW38XlRDCwCPJEjYiK3Byks5q5VPJgaJpZM4IfGXp] .
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/akveo/blur-admin/issues/30#issuecomment-258912461, or mute the thread https://github.com/notifications/unsubscribe-auth/AJIeyJF0DcT_yexsfhwAA-UgaepCFs3Eks5q72evgaJpZM4IfGXp .
Hello @Sopheakmorm , Can you please provide the mvc integrated blur-admin. Would really appreciate that.
@Sopheakmorm my email id: cjordanm11@gmail.com
Also anyone who has integrated this theme with MVC.. can you please share the code?? Would really appreciate that
I could use it too!
Hi @kyrodabase .. have you integrated with MVC?
@CJordanM trying to do it atm. will share source if any luck
@kyrodabase Ok.. Thanks
@kyrodabase Hey thanks.. I'll try this and will let you know
Hi, @kyrodabase query on step 9. I don't see a webpack file in the blur admin. Would really appreciate if you have working solution that you can upload. Thanks
@aadityadeo step 9: press windows key + R (this will open run window), then write 'cmd' in it (command window will appear) and so on
@kyrodabase I tried but no luck yet. If you have done this then can you please share the solution. Thanks in advance
@kyrodabase I'm joining the requests above, can you please share your ASP.Net MVC solution?
Thanks!
@tomerNG @CJordanM full tutorial is not enough?
Had problems with steps 5 and 9... In 5 I'm not sure what should I change and in 9, it requires a configuration file which is missing...
By the way, I'm more interesting in a MVC solution for the Angular 2 version: https://github.com/akveo/ng2-admin
You have problems with changing directory paths? and running webpack? maybe you shouldnt do it then.
P.S. this is mvc solution for angular 2 ...
Ok, I've succeed...
For all who bumped with issues, I'll add my remarks to the Tutorial which @KostyaDanovsky wrote: 1) The tutorial is meant for the Angular 2 version, which can be found over here : https://github.com/akveo/ng2-admin 2) For step 5 of the tutorial: you should only replace dist with wwwroot under the webpack files: (webpack.common.ks, webpack.dev.js, webpack.prod.js) 3) If you're getting errors in step 9 (while running the webpack), in regarding to SCSS, you should probably run "npm rebuild node-sass" and then try again to run the webpack -w
Hope this can helps others.
Can @Sopheakmorm or anyone else point me towards the tutorial being mentioned or an integrated solution if one exists. Would really appreciate the help. email yaly.cu@gmail.com
@Sopheakmorm Greetings........similar to other requests, please share the expected walkthrough to integrate the BlurAdmin theme to an ASP MVC webapp rwarwema@gmail.com
@Sopheakmorm can you please share your ASP.Net MVC solution? My emaill is vandiemdong@gmail.com
@Sopheakmorm can you please share your ASP.Net MVC solution? My email is marco.riggio1994@gmail.com
I'm not able to run the blur-admin there is no ASP.Net MVC application behind the blur-admin
2017-05-23 12:05 GMT-03:00 Marco Alessandro notifications@github.com:
@Sopheakmorm https://github.com/sopheakmorm can you please share your ASP.Net MVC solution? My email is marco.riggio1994@gmail.com
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/akveo/blur-admin/issues/30#issuecomment-303427719, or mute the thread https://github.com/notifications/unsubscribe-auth/AH2NsAA7aJVYkb4DgxiT00eR40wWio41ks5r8vWigaJpZM4IfGXp .
-- Julio Cesar de Souza Santos 35 - 8838-1348 "O homem é mortal por seus temores e imortal por seus desejos." Pitagoras.
Hi all, I too have been trying to get ng2-admin working as an ASP.NET MVC solution and came across this thread after struggles. I started with a blank Angular 2 ASP.NET template, copied over the ng2-admin files, added a SASS loader, and disabled pre-rendering (due to errors), but get a blank page (no errors) when I run it.
Is there a full walkthrough or working solution that is being emailed around? Can someone post it here or provide some pointers? Much appreciated! @Sopheakmorm @CJordanM
Hi @Sopheakmorm ,
Hope you are doing well.
Could you please share ng2-admin + ASP.NET MVC solution with required details? balramchavan@riedlabs.com
It will be great if you could publish a blog or write wiki page here for the same as many people are looking for same thing.
Thanks!
@Sopheakmorm Hello, how are you? I'm very interested in your integration, can you send to me? joao_marcos_cota@hotmail.com
Thanks a lot!!
Ping... I never really managed to integrate it. ButThe new ASPBOILERPLATE Core.1 Angular comes with an administrator dashboard. Am talking about the free template. Consider it. It's easy to integrate and even design the UI. Feel free to ask for any assistance. I've only just started using it. We could learn from one another. Cheers Mate Sent from my BlackBerry 10 smartphone.
I have successfully integrated it into. Net CORE. If anyone needs send me an email. vandiemdong@gmail.com
@Sopheakmorm I am so impressed with this front-end design and would love to have your integration. Could you please send it to meidavi@gmail.com? Thank you so much for your hardwork.
Hello there,
Would really appreciate it if you could send the integration my way.
Thanks a lot in advance.
On Jul 11, 2017 5:54 AM, "vandiemdong" notifications@github.com wrote:
I have successfully integrated it into. Net CORE. If anyone needs send me an email. vandiemdong@gmail.com
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/akveo/blur-admin/issues/30#issuecomment-314394688, or mute the thread https://github.com/notifications/unsubscribe-auth/AH_SrNdNyx3v6_40sbhivHsdRoPfT7IZks5sM0ZlgaJpZM4IfGXp .
Please help me. I am new to Angular, but I really need the mvc version of blur-admin. Please either provide the instruction on how to convert, or provide me a kit that I can start with. Thank you in advanced.
Please can anyone send the mvc solution which has blur admin template integrated.Thanks in advance. thushara.sanjaya619@gmail.com @Sopheakmorm
Please can anyone send the mvc solution which has blur admin template integrated.Thanks in advance. abdulmajidkhanz@gmail.com @Sopheakmorm
Can you send me a sample project for .net core MVC ?
My mail: acliceanhnguyen@gmail.com
Thank you
@kyrodabase where the hack is tutorial? can anyone share the details if found solution.. pk1nonly@gmail.com
No solution. It cannot be integrated with MVC
On 19 January 2018 at 12:21, Parshant Kumar notifications@github.com wrote:
@kyrodabase https://github.com/kyrodabase where the hack is tutorial? can anyone share the details if found solution.. pk1nonly@gmail.com
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/akveo/blur-admin/issues/30#issuecomment-358881863, or mute the thread https://github.com/notifications/unsubscribe-auth/AWUW9NwlF--R0Ro6Sp0Sr4OxN0iZn6fUks5tMDt9gaJpZM4IfGXp .
Hey Folks! Please can anyone send the mvc solution which has blur admin template integrated. Many Thanks! E-mail: frank.ctba@gmail.com @Sopheakmorm
any get the solution for integrating ng2 admin in mvc plz share (email: pk1nonly@mail.com)
Everyone.. It is not possible to integrate this UI with MVC model.
On 5 February 2018 at 12:03, Parshant Kumar notifications@github.com wrote:
any get the solution for integrating ng2 admin in mvc plz share (email: pk1nonly@mail.com)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/akveo/blur-admin/issues/30#issuecomment-362993842, or mute the thread https://github.com/notifications/unsubscribe-auth/AWUW9LGcHaaAYnInMXUlPbyOwe9EWNFFks5tRqDNgaJpZM4IfGXp .
Hello Sir, I would like to integrate this template with asp.net MVC 5, but I can not separate the layers, do not know which file is the server side and client side is which.because it has only js file. how can I build it into HTML like AdminLte ? how can I integrate it with ASP MVC 5
I found this solution : This is just HTML template, so you can consider each file in it as client-side. In any case our build is based on this generator https://github.com/Swiip/generator-gulp-angular/. So regarding file structure you can refer to its docs
But I still misunderstand it. Could you help me ?
Thanks !!!