cea931728c | ||
---|---|---|
.github | ||
build | ||
doc | ||
samples/Commerce | ||
src | ||
.editorconfig | ||
.gitignore | ||
.mergify.yml | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
Directory.Build.props | ||
LICENSE.md | ||
README.md | ||
SECURITY.md | ||
nuget.config | ||
nuget_add_to_unofeed.bat | ||
stylecop.json |
README.md
Uno Application Platform Template
This is a multi-platform app project template using Uno and the latest .NET practices.
Getting Started
We use dotnet
project templates to easily create new projects. It simplifies the project renaming and supports conditional inclusions.
Installing and uninstalling the template
-
In order to install the template, clone this repository on your machine and open a command prompt at the root of the project and run the following command
dotnet new -i ./
-
If you want to uninstall the template, run the following command.
dotnet new -u
This will list you the list of installed templates, look for this template and copy the command with the absolute path like this. (Note the quotes added, otherwise it doesn't work)
dotnet new -u "C:\P\ApplicationPlatformTemplate"
Running the template to generate a new project
-
To run the template and create a new project, run the following command.
dotnet new uno-platform -n MyProjectName
The following options are available when running the command.
- To get help:
dotnet new uno-platform -h
- ... TBD ... additional options may be added as the template progresses
- To get help:
Read this for more information on custom templates.
Documentation
This repository provides documentation on different topics under the doc folder.
- Architecture
- BuildPipeline
- Configuration
- Code Style
- Data Loading
- Dependency Injection
- Environments
- Error handling
- HTTP
- Localization
- Logging
- Mvvm
- Navigation
- Platform specifics
- Scheduling
- Serialization
- Startup
- Testing
- Validation
Changelog
Please consult the CHANGELOG for more information about the version history.
License
This project is licensed under the Apache 2.0 license. See the LICENSE for details.
Contributing
Please read CONTRIBUTING for details on the process for contributing to this project.
Be mindful of our Code of Conduct.