Skip to content

Commit c66e085

Browse files
committed
Improved intro
1 parent fed8909 commit c66e085

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README2.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Uniweb Component Library Starter
22

3-
Welcome to the world of [Uniweb](https://uniwebcms.com) component libraries! If you're looking to create dynamic, reusable web components for your Uniweb websites, you've come to the right place. This starter template has everything you need for creating, building, deploying, and testing your libraries.
3+
Welcome to the world of [Uniweb](https://uniwebcms.com) component libraries! If you're looking to create dynamic, reusable web components for your Uniweb websites, you've come to the right place. This starter template provides everything you need to create, build, deploy, and test your libraries.
44

5-
Uniweb is a full content management system (CMS), with its main instance at [uniweb.app](https://uniweb.app) and enterprise instances available for organizations. Each component library is packaged as a runtime module - a standalone bundle of React components that websites load and execute at runtime. This is different from traditional npm packages that are bundled at build time. This approach means you can update components across all your websites instantly, without needing to rebuild and redeploy each site.
5+
Uniweb is a full content management system (CMS), with its main instance at [uniweb.app](https://uniweb.app) and enterprise instances available for organizations. Each component library is packaged as a runtime module - a standalone bundle of React components that websites load and execute at runtime. Unlike traditional npm packages that are bundled at build time, this approach allows you to update components across all your websites instantly, without rebuilding or redeploying each site.
66

7-
When a Uniweb website needs to render content, it loads exactly one runtime module carrying a component library that defines how content should be presented. Each website uses a single library to ensure design consistency and dependency compatibility across all components, from navigation and headers to content sections. A website also includes the Uniweb's core engine, which automatically handles infrastructure concerns like multilingual content, search, page hierarchy, and dynamic data management.
7+
A Uniweb website loads exactly one runtime module as its component library, which defines how all content should be presented. Using a single library ensures design consistency and dependency compatibility across all components, from navigation and headers to content sections. Each website also includes Uniweb's core engine, which automatically handles infrastructure concerns like multilingual content, search, page hierarchy, and dynamic data management.
88

9-
The included GitHub Workflow builds and deploys your library modules. The included runtime environment and optional public tunnel give you efficient ways to test your components against mock and real websites.
9+
This template comes with everything needed for professional library development: an automated GitHub Workflow for building and deployment, a runtime environment for local development, and flexible testing options that work with both mock data and live websites.
1010

1111
## Key Concepts
1212

dist/robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow: /

0 commit comments

Comments
 (0)