strapi legacy blog:使用Strapi创建简单博客的入门 源码
Strapi入门博客 Strapi启动器,用于使用Strapi创建博客。 该入门指南包含内容类型和配置,以使您可以通过一个简单的博客开始运行。 特征 2种馆藏类型:文章,类别 2创建的文章 2创建的类别 文章和类别的权限设置为true 入门 克隆存储库并安装依赖项: git clone https://github.com/strapi/strapi-starter-blog.git cd strapi-starter-blog 然后运行Strapi服务器: # Using yarn yarn install yarn develop # Using npm npm install npm run develop Strapi服务器在这里运行=>
用户评论