2.16.2021

.Net Desktop Skeleton

.Net Desktop UI Skeleton Project

Recently I created two skeleton project for c# desktop environment,

Prism is WPF only, but ReactiveUI can use with WPF and WinForm.

The prism skeleton is based on prism template pack, but I upgrade the prism version to v8.0.

Prism Shell

ReactiveUI Shell

How To Start

Cloning the repository, either Prism or ReactiveUI

  1. Clone this repository:
    1. Prism: git clone https://github.com/liaochihung/PrismBlankApp.git your-project-name
    2. ReactiveUI git clone https://github.com/liaochihung/ReactiveUIBlankApp.git your-project-name
  2. Move to the project directory: cd your-project-name
  3. Create your own repository and cleaning the bootstrap project history:
    1. Remove previous Git history in order to do not add the bootstrap repo noise in your project: rm -rf .git
    2. Initialize your own Git repository: git init
    3. Add the bootstrap files: git add .
    4. Commit
    5. Add your remote repository: git remote add origin git@github.com:your-name/your-project-name
    6. Upload your local commits to the new remote repo: git push -u origin master
  4. Start coding!

Written with StackEdit.

沒有留言:

張貼留言