sterc/skeleton
最新稳定版本:v1.0.10
Composer 安装命令:
composer create-project sterc/skeleton
包简介
README 文档
README
This is a public installer for Sterc skeleton, using the sterc/skeleton-base package (https://bitbucket.org/sterc/skeleton-base/). The composer package for this is here: https://packagist.org/packages/sterc/skeleton This will install the skeleton-base package in your project webroot folder using composer, and also copy all the needed files from the vendor folder to the root folder.
Installation - new project
- Create a new project directory on your local environment, for example
www/my-project.nl - Run command
composer create-project sterc/skeleton webroot
This will install the composer package for sterc/skeleton insidewebrootfolder. Also thepost-create-project.shscript will be executed, which will copy the needed files from the vendor folder to the root folder. - If you only need the frontend files, you're done! The source js and scss files are located in the
srcfolder, and the html files are inwebroot/htmlfolder. For compiling the js and scss files, runnpm installandnpm run devfrom the root folder. - For installing MODX, the MODX skeleton and modules run the following command:
php webroot/vendor/bin/skeleton skeleton:installThis script will then guide you through the installation process.
统计信息
- 总下载量: 62
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-08-20