项目作者: lnitharsan

项目描述 :
Using CodeIgniter with Laravel-Mix
高级语言: PHP
项目地址: git://github.com/lnitharsan/CodeIgniterWithLaravelMix.git
创建时间: 2018-11-01T08:20:04Z
项目社区:https://github.com/lnitharsan/CodeIgniterWithLaravelMix

开源协议:MIT License

下载


CodeIgniter With Laravel Mix

How to use

  1. Clone this repositories and cd into it.
  2. Install npm modules.
    1. npm install

For development purpose

  1. npm run dev

or

  1. npm run watch

For production

  1. npm run prod