phthlaap / html_constructor
开发中的包
v0.2.1
2018-06-26 15:42 UTC
This package is not auto-updated.
Last update: 2024-09-29 05:48:30 UTC
README
#配置
php vendor/bin/htmlconstruct setup [PROJECT DIRECTORY PATH]
#运行
php -S localhost:[port] index.php
#添加JS
addJS("jquery", "assets/jquery-1.12.4.min.js");
#添加CSS
addCss("custom-css", "assets/main.css");