|
3 | 3 | <h1>Codeigniter + viteJs</h1> |
4 | 4 | <p>Vitejs Integration For Codeigniter4</p> |
5 | 5 | <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> |
7 | 9 | <img src="https://custom-icon-badges.herokuapp.com/packagist/stars/mihatori/codeignitervite?logo=star"> |
8 | 10 | <img src="https://badges.hiptest.com:/packagist/dt/mihatori/codeignitervite?color=%23c700ff&logo=packagist&logoColor=%23c700ff"> |
9 | 11 | <img src="https://custom-icon-badges.herokuapp.com/packagist/l/mihatori/codeignitervite?logo=law"> |
@@ -74,15 +76,22 @@ php spark vite:remove |
74 | 76 | This command will do the following: |
75 | 77 | - delete `package.json`, `packages.lock.json` and `vite.config.js`. |
76 | 78 | - 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> |
78 | 90 |
|
79 | 91 | ## Contributing |
80 | 92 | All contributions are welcome, it doesn't matter whether you can code, write documentation, or help find bugs. |
81 | 93 | feel free to use issues or pull requests. |
82 | 94 |
|
83 | | -## What next? |
84 | | -More informations will be available as soon as possible ❤️. |
85 | | - |
86 | 95 | ## Support |
87 | 96 | Unfortunately, I don't drink coffee 💔, but you can star it instead 🙃 |
88 | 97 |
|
|
0 commit comments