Download the PHP package mihatori/ci-vue-appstarter without Composer

On this page you can find all versions of the php package mihatori/ci-vue-appstarter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ci-vue-appstarter

CodeIgniter 4 + Vue3 Application Starter

## Features: - 💡 Super fast single page application (SPA). - 🔥 Hot Module Replacment (HMR). - 🧩 Easy to install and update. - 🪓 Easy to customize. - 🔧 Zero Configuarations. - ⭐ Progressive web application (PWA). - ✨ And much more... ## Pre-packed: > **Note:** none of these plugins or frameworks are required, feel free to remove or replace them as you like. > - [Windicss](https://windicss.org/): on-demand alternative to Tailwind, with bunch of additional cool features and much faster, (you can replace it with whenever css framework you like). - [Axios](https://axios-http.com): A simple promise based HTTP client for the browser and node.js. - [Vue Router](https://router.vuejs.org): official vue router plugin. - [Vite Plugin Pages](https://github.com/hannoeru/vite-plugin-pages): a lightweight file system based routing. - [Vite Plugin PWA](https://github.com/antfu/vite-plugin-pwa): zero config PWA plugin. ## Installation: > Make sure your server meets [CI4 requirements](https://www.codeigniter.com/user_guide/intro/requirements.html). run the following command to create a project: ## Setup - Copy `env` to `.env`. - Run: `npm intall` to install node dependencies. - Run: `npm run dev` to serve your assets. - Now start you CI server: `php spark serve` or access it through you virtual host. > **IMPORTANT:** > > after the installation, there will be no bundled assets, so make sure to run `npm run dev` to serve them or just build them with `npm run build` command. ## Customizing: This project uses [**CodeIgniter Vite**](https://github.com/firtadokei/codeigniter-vitejs) package, [read more about it](https://github.com/firtadokei/codeigniter-vitejs). ## Something doesn't work fine: Please feel free to open an issue and we will try to fix it on the fly. ## Contribuiting: Literally any help will be appreciated, feel free to use PRs, and thanks in advance. ## Licence MIT License © 2022 [Mihatori Kei](https://github.com/firtadokei)


All versions of ci-vue-appstarter with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4 || ^8.0
codeigniter4/framework Version ^4.0
mihatori/codeignitervite Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mihatori/ci-vue-appstarter contains the following files

Loading the files please wait ....