https://github.com/qualcomm/qualcomm-ui-templates
Qualcomm UI Template Applications
https://github.com/qualcomm/qualcomm-ui-templates
Last synced: about 1 month ago
JSON representation
Qualcomm UI Template Applications
- Host: GitHub
- URL: https://github.com/qualcomm/qualcomm-ui-templates
- Owner: qualcomm
- License: bsd-3-clause-clear
- Created: 2025-10-07T19:11:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-19T01:19:44.000Z (6 months ago)
- Last Synced: 2025-12-21T23:50:06.067Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 379 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE-OF-CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Qualcomm UI Templates
This is a supporting repository for the Qualcomm UI (QUI) component library.
- [React documentation](https://react-next.qui.qualcomm.com/)
- [Angular documentation](https://angular-next.qui.qualcomm.com/)
## Cloning a template
The only prerequisite is [Node.js](https://nodejs.org/en).
- Templates are located in the `templates` directory.
- Each template is a self-contained directory with QUI pre-installed and configured.
Instructions:
- Pick a template from the `templates` directory and run the following command:
```shell
npx tiged https://github.com/qualcomm/qualcomm-ui-templates/templates/
```
Install dependencies using your preferred package manager, then you're ready to go.
### Example
The following example creates a new React Router SSR project named `my-project`:
```shell
npx tiged https://github.com/qualcomm/qualcomm-ui-templates/templates/react-router-ssr my-project
```
## Development
Local development is only necessary if you plan to update templates.
### Branches
**main**: Primary development branch. Contributors should develop submissions based on this branch, and submit pull requests to this branch.
### Requirements
- [Node.js](https://nodejs.org/en) `^20.19.0 || ^22.12.0 || ^24.0.0`
### Installation Instructions
```shell
pnpm i
```
## Getting in Contact
- [Report an Issue on GitHub](../../issues)
- [Open a Discussion on GitHub](../../discussions)
## License
_QUI_ is licensed under the [BSD-3-Clause-Clear License](https://spdx.org/licenses/BSD-3-Clause-Clear.html). See [LICENSE.txt](LICENSE.txt) for the full license text.