.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
- Clone this repository:
- Prism:
git clone https://github.com/liaochihung/PrismBlankApp.git your-project-name
- ReactiveUI
git clone https://github.com/liaochihung/ReactiveUIBlankApp.git your-project-name
- Prism:
- Move to the project directory:
cd your-project-name
- Create your own repository and cleaning the bootstrap project history:
- Remove previous Git history in order to do not add the bootstrap repo noise in your project:
rm -rf .git
- Initialize your own Git repository:
git init
- Add the bootstrap files:
git add .
- Commit
- Add your remote repository:
git remote add origin git@github.com:your-name/your-project-name
- Upload your local commits to the new remote repo:
git push -u origin master
- Remove previous Git history in order to do not add the bootstrap repo noise in your project:
- Start coding!
Written with StackEdit.
沒有留言:
張貼留言