Skip to content

Codeigniter 3.1.6 with Vue , Webpack & bootstrap

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
license.txt
Notifications You must be signed in to change notification settings

grim-reapper/ci_vue

 
 

Repository files navigation

CI VUE WEBPACK

Codeigniter 3.1.6 + Vue 2 + Webpack + Bootstrap 4 Starter Template

Codeigniter Standard MVC + Vue 2 + Webpack + Bootstrap 4 

# default database using sqlite

Requirements

  • install composer
  • install nodejs

Build Setup

on your project directory

# install composer dependencies
composer install

# install npm dependencies
npm install

#setup proxy for hot reload in webpack config  based on your backend localhost server
example : 
your php server running on localhost:8080
your proxy hot reload running on localhost:3000


# build for production with minification
webpack --watch

# auto running your browser address with xampp running on your pc 
http://localhost:3000/ci_vue

Troubleshoot

error unable install node-sass permission denied 

# from shell command prompt type in your project directory
npm install --unsafe-perm -g node-sass

For detailed explanation on how things work, consult maizier.b@gmail.com.

About

Codeigniter 3.1.6 with Vue , Webpack & bootstrap

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
LICENSE
MIT
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.7%
  • PHP 16.7%
  • JavaScript 1.4%
  • Other 0.2%