Git Product home page Git Product logo

codinghelper.client.blazorserver's Introduction

介绍

这个是一个UI使用 ant blazor的 blazor server 应用,并使用了blazor pro的模板页面,当然后续改写很多组件,方便了解和扩展开发。

最终目的是打造一个离线可用的blazor 开发模板平台,支持查看组件,支持查看文档,增加图标预览支持。

准备工作

1 安装dotnet

curl https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh > dotnet-install.sh
chmod +x ./dotnet-install.sh 
./dotnet-install.sh --version latest

调整环境变量,增加到.bashrc或者.zshrc

# dotnet 
export DOTNET_ROOT=$HOME/.dotnet
export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools
# dotnet end

2 安装ant design blazor 模板

dotnet new --install AntDesign.Templates

相关了解

net8 的渲染模式

https://learn.microsoft.com/zh-cn/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0#apply-a-render-mode-programatically

四种交互模式,默认静态,继承父组件

vscode 找不到 dotnet命令

ln -s $HOME/.dotnet/dotnet /usr/local/bin/dotnet

创建一个软连接管事

codinghelper.client.blazorserver's People

Contributors

livebug avatar

Watchers

 avatar

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.