angular-yii2

Just example of application on AngularJS with server-side Yii2 Rest API.

  • 所有者: githubjeka/angular-yii2
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

GET STARTED

$ git clone https://github.com/githubjeka/angular-yii2.git
$ cd angular-yii2
$ git submodule init
$ git submodule update

Init client

$ cd client-angular
$ bower update

See more info https://github.com/AngularYii2/angularyii2.github.io

Init server:

Build Status

$ cd rest
$ composer install --prefer-dist

For more information by init rest server please see description of yii2-rest repository

Test app yii2 rest Api and angular client side

Demo Client - http://angularyii2.github.io/

Demo Server - https://yii2-rest-githubjeka.c9.io/rest/web/

Not Found (#404) is OK, because rules is

[
'urlManager' => [
            'enablePrettyUrl' => true,
            'enableStrictParsing' => true,
            'showScriptName' => false,
            'rules' => [
                ['class' => 'yii\rest\UrlRule', 'controller' => ['v1/post', 'v1/comment', 'v2/post']],
                'v1/user/login' => 'v1/user/login',
                'POST v2/user/login' => 'v2/user/login',
                'OPTIONS v2/user/login' => 'v2/user/login',
            ],
        ],
 ]

Additional sources of knowledge

主要指標

概覽
名稱與所有者githubjeka/angular-yii2
主編程語言
編程語言 (語言數: 0)
平台
許可證
所有者活动
創建於2014-03-21 10:22:01
推送於2017-04-18 09:13:39
最后一次提交2017-04-18 12:13:38
發布數0
用户参与
星數207
關注者數37
派生數79
提交數90
已啟用問題?
問題數12
打開的問題數4
拉請求數1
打開的拉請求數0
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?