All Projects → martasp → Blazorlivereload

martasp / Blazorlivereload

BlazorLiveReload

Projects that are alternatives of or similar to Blazorlivereload

Browser Sync Webpack Plugin
Easily use BrowserSync in your Webpack project.
Stars: ✭ 356 (+148.95%)
Mutual labels:  livereload
Boot Figreload
Boot task providing live-reload using Fighweel client
Stars: ✭ 50 (-65.03%)
Mutual labels:  livereload
Simple Boilerplate
A simple webpack boilerplate for your comfortable work with HTML, JS and CSS.
Stars: ✭ 116 (-18.88%)
Mutual labels:  livereload
Realize
Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.
Stars: ✭ 4,162 (+2810.49%)
Mutual labels:  livereload
Elm Live
⚡ A flexible dev server for Elm. Live reload included.
Stars: ✭ 973 (+580.42%)
Mutual labels:  livereload
Devreload
Auto reload for ASP.NET core development
Stars: ✭ 66 (-53.85%)
Mutual labels:  livereload
Devd
A local webserver for developers
Stars: ✭ 3,186 (+2127.97%)
Mutual labels:  livereload
Tychus
Command line utility to live-reload your application.
Stars: ✭ 124 (-13.29%)
Mutual labels:  livereload
Slater Theme
Shopify Starter theme based on slate
Stars: ✭ 47 (-67.13%)
Mutual labels:  livereload
Fuzzymail
📨 Email template generator. Making emails fun again.
Stars: ✭ 114 (-20.28%)
Mutual labels:  livereload
Electron Reloader
Simple auto-reloading for Electron apps during development
Stars: ✭ 463 (+223.78%)
Mutual labels:  livereload
Livereactload
Live code editing with Browserify and React
Stars: ✭ 870 (+508.39%)
Mutual labels:  livereload
Boot Reload
Boot task providing live-reload of browser css, images, etc.
Stars: ✭ 90 (-37.06%)
Mutual labels:  livereload
Hotreload
Xamarin.Forms XAML hot reload, live reload, live xaml
Stars: ✭ 407 (+184.62%)
Mutual labels:  livereload
Flexlib
FlexLib是一个基于flexbox模型,使用xml文件进行界面布局的框架,融合了web快速布局的能力,让iOS界面开发像写网页一样简单快速
Stars: ✭ 1,569 (+997.2%)
Mutual labels:  livereload
Markserv
🏁 serve markdown as html (GitHub style), index directories, live-reload as you edit
Stars: ✭ 304 (+112.59%)
Mutual labels:  livereload
Html5 Boilerplate
A simple, fast, modern, pure html, css (and sass), js, live reload starter template
Stars: ✭ 65 (-54.55%)
Mutual labels:  livereload
Gosora
Gosora is an ultra-fast and secure forum software written in Go that balances usability with functionality.
Stars: ✭ 131 (-8.39%)
Mutual labels:  livereload
Apiproject
[https://www.sofineday.com], golang项目开发脚手架,集成最佳实践(gin+gorm+go-redis+mongo+cors+jwt+json日志库zap(支持日志收集到kafka或mongo)+消息队列kafka+微信支付宝支付gopay+api加密+api反向代理+go modules依赖管理+headless爬虫chromedp+makefile+二进制压缩+livereload热加载)
Stars: ✭ 124 (-13.29%)
Mutual labels:  livereload
Jus
🍉 An opinionated tool for making static websites with browserify
Stars: ✭ 107 (-25.17%)
Mutual labels:  livereload

BlazorLiveReload

Blazor Live Reload without refreshing page

Installing

1.Add package:

dotnet add package RazorComponentsPreview --version 0.6.0

2.Add to startup:

services.AddRazorComponentsRuntimeCompilation();
app.UseRazorComponentsRuntimeCompilation();

3.run project go to /preview and change razor file components

Demo

Alt Text

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].