Skip to content

Commit 2fec09e

Browse files
authored
docs: add starter apps
2 parents a037889 + 4e5e0f3 commit 2fec09e

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<h1>Codeigniter + viteJs</h1>
44
<p>Vitejs Integration For Codeigniter4</p>
55
<p>
6-
<a href="https://github.com/firtadokei/codeigniter-vitejs/releases"><img src="https://custom-icon-badges.herokuapp.com/github/v/release/firtadokei/codeigniter-vitejs?logo=tag"></a>
6+
<a href="https://github.com/firtadokei/codeigniter-vitejs/releases">
7+
<img src="https://custom-icon-badges.herokuapp.com/github/v/release/firtadokei/codeigniter-vitejs?logo=tag">
8+
</a>
79
<img src="https://custom-icon-badges.herokuapp.com/packagist/stars/mihatori/codeignitervite?logo=star">
810
<img src="https://badges.hiptest.com:/packagist/dt/mihatori/codeignitervite?color=%23c700ff&logo=packagist&logoColor=%23c700ff">
911
<img src="https://custom-icon-badges.herokuapp.com/packagist/l/mihatori/codeignitervite?logo=law">
@@ -74,15 +76,22 @@ php spark vite:remove
7476
This command will do the following:
7577
- delete `package.json`, `packages.lock.json` and `vite.config.js`.
7678
- delete `resources` folder.
77-
- And finaly restore your `.env` file.
79+
- And finally restore your `.env` file.
80+
81+
## 🔥 Need a quick start?
82+
Check out our starter apps for [svelte](https://github.com/firtadokei/ci-svelte-appstarter) and [vue](https://github.com/firtadokei/ci-vue-appstarter).
83+
84+
<a href="https://github.com/firtadokei/ci-svelte-appstarter">
85+
<img width="120px" src="https://github.com/firtadokei/ci-svelte-appstarter/raw/master/ci-svelte.webp">
86+
</a>
87+
<a href="https://github.com/firtadokei/ci-vue-appstarter">
88+
<img width="120px" src="https://github.com/firtadokei/ci-vue-appstarter/raw/master/ci-vue.webp">
89+
</a>
7890

7991
## Contributing
8092
All contributions are welcome, it doesn't matter whether you can code, write documentation, or help find bugs.
8193
feel free to use issues or pull requests.
8294

83-
## What next?
84-
More informations will be available as soon as possible ❤️.
85-
8695
## Support
8796
Unfortunately, I don't drink coffee 💔, but you can star it instead 🙃
8897

0 commit comments

Comments
 (0)