Skip to content

Commit de67830

Browse files
committed
docs: standardize README with SEO-optimized description and consistent structure
- Add SEO-friendly title and description for Ionic Framework development - Standardize usage examples and formatting - Add hierarchy diagram for visual project relationships - Improve content organization following README best practices - Maintain existing Docker images table
1 parent 9f1434d commit de67830

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,30 @@
88
![CalVer](https://img.shields.io/badge/CalVer-YYYY.MM.MICRO-22bfda.svg?style=for-the-badge)
99
[![Beevelop](https://img.shields.io/badge/-%20Made%20with%20%F0%9F%8D%AF%20by%20%F0%9F%90%9Dvelop-blue.svg?style=for-the-badge)](https://beevelop.com)
1010

11-
# Latest Ionic (`v7.2.1`)
11+
# Docker Ionic Framework - Modern Mobile App Development
1212

13-
### based on the latest Cordova with Android `15` and Node.js `v22`
13+
> Complete Ionic v7.2.1 development environment with Cordova, Android SDK 15, and Node.js v22 for building high-performance mobile applications.
1414
15-
---
15+
## What's Included
16+
17+
**Based on the latest Cordova with Android 15 and Node.js v22**
1618

17-
### Pull, build or run this image
19+
## Usage
20+
21+
### Pull and Run
1822

1923
```bash
20-
# pull the most recent tag / release
24+
# Pull the latest release
2125
docker pull beevelop/ionic:latest
2226

23-
# or run the image interactively
24-
docker run --rm --name beevelop-ionic -it beevelop/ionic:latest bash
27+
# Run interactively
28+
docker run --rm -it beevelop/ionic:latest bash
2529

26-
# or build the image from GitHub
30+
# Build from source
2731
docker build -t beevelop/ionic github.com/beevelop/docker-ionic
2832
```
2933

30-
### Or use as base image
34+
### Use as Base Image
3135

3236
```Dockerfile
3337
FROM beevelop/ionic:latest
@@ -49,6 +53,8 @@ FROM beevelop/ionic:latest
4953

5054
---
5155

56+
![Beevelop's Docker Image Hierarchy](https://gist.githubusercontent.com/beevelop/b0cddab7209a683c77560d06ff00bc8e/raw/15429ee1d02e2c4dc019b760ca8c7ceff5911b82/hierarchy.png)
57+
5258
### Use tags where possible, because
5359

5460
![One does not simply use latest](https://i.imgflip.com/1fgwxr.jpg)

0 commit comments

Comments
 (0)