stenope/skeleton
Composer 安装命令:
composer create-project stenope/skeleton
包简介
Stenope skeleton for content sites
README 文档
README
This skeleton is an opinionated starter kit for creating your static website with Stenope.
It contains a few features to get you started if you plan to create a content website from scratch along with the following stack:
- Symfony 6.4
- Symfony AssetMapper
- Sass
- Lint / CS (php-cs-fixer, phpstan, eslint, …)
- Glide integration for images resizing
- and more…
Create a new project
Start a new app from scratch using this skeleton with:
composer create-project stenope/skeleton -s dev
Prerequisites
Either:
- Node 16+,
- PHP 8.1+
- Symfony CLI
- Composer
- Make
Setup
Install the dependencies using
make install
Dev
Start a server using
make serve
The Symfony CLI exposes you the URL at which the site is available.
Note
make serveis enough to serve both PHP app and assets.
You're ready to dev!
Build
Assets
make build.assets
Content
make build.content
Assets+Content
Build the whole static site from source, with assets:
make build.static
Serve the static version using:
make serve.static
Going further
Learn more about this skeleton by browsing its content.
统计信息
- 总下载量: 99
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-13