Vuvuzela 客戶端:Vuvuzela-web
Vuvuzela-web 是 Vuvuzela 的一個基于 Web 的客戶端,基于 Ember.js 構建。
You will need the following things properly installed on your computer.
Installation
- git clone <repository-url>this repository
- change into the new directory
- npm install
- bower install
Running / Development
- ember server
- Visit your app at http://localhost:4200.
Code Generators
Make use of the many generators for code, tryember help generatefor more details
Running Tests
- ember test
- ember test --server
Building
- ember build(development)
- ember build --environment production(production)
Configuration
Until a PKI has been integrated into Vuvuzela (See issue tracked here), the PKI is hard coded, as with the CLI client implementation. For working with the hard coded implementation:
- List all usernames/public keys inapp/services/pki.js
- List all server keys inapp/services/session.js
- ReplacewsAddressinconfig/environment.jswith the address of the Vuvuzela Entry Server
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!