项目作者: lautiamkok

项目描述 :
Framework-agnostic web application
高级语言: PHP
项目地址: git://github.com/lautiamkok/spectre.git
创建时间: 2018-10-17T11:48:42Z
项目社区:https://github.com/lautiamkok/spectre

开源协议:

下载


Spectre

Framework-agnostic web application

A minimal framework for framework-agnostic web applications. Read the ideas and motivations behind it:

An extended project: Monsoon - a PHP Content Management System (CMS).

Requirements

Server API

  1. Slim (PHP), or:

Server Client

  1. Nuxt (JavaScript), or:

Quick Setup (an example)

Nuxt Setup

  1. # install dependencies
  2. $ npm install
  3. # serve with hot reload at localhost:3000
  4. $ npm run dev
  5. # build for production and launch server
  6. $ npm start

Slim (PHP) Setup

  1. # Dependencies
  2. $ composer update
  3. # Production build localhost:8181
  4. $ cd [my-app-name]
  5. $ php -S 0.0.0.0:8181 -t public

References