yiisoft / yii-debug-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yii debug frontend


This extension is a frontend for Yii Debug API extension.

Latest Stable Version Total Downloads Build status Lint status Codecov

Installation

You'll need NodeJs version 12+.

  1. Clone this repository.
  2. Run yarn install in project root directory.
  3. Edit your environments.ts file to configure the URL, where Yii debug API is located, i.e. : apiUrl: 'http://yiidemo.test'. Please notice, that you should only set the base URL of your Yii3 app.
  4. Run ng serve --open to start your application.
  5. Configure CORS Middleware for the Yii debug API, to allow access from different domain name.

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:TypeScript 69.0%Language:HTML 14.0%Language:SCSS 8.4%Language:JavaScript 6.4%Language:CSS 2.1%