注册
登录
云鉴权
>>
CodeIgniterWithLaravelMix
>>
返回
项目作者:
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
Clone this repositories and
cd
into it.
Install npm modules.
npm install
For development purpose
npm run dev
or
npm run watch
For production
npm run prod