Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Side by Side Diff: appengine/config_service/ui/README.md

Issue 2962703003: config_service: Add authentication to the UI. (Closed)
Patch Set: Added TODO to handlers.py and confirmed versions in bower.json Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « appengine/config_service/handlers.py ('k') | appengine/config_service/ui/bower.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # \<Config UI\> 1 # \<Config UI\>
2 2
3 This is a UI for the configuration service 3 This is a UI for the configuration service
4 4
5 ## Install the Polymer-CLI 5 ## Install the Polymer-CLI
6 6
7 First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polyme r-cli) installed. Then run `polymer serve` to serve your application locally. 7 First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polyme r-cli) installed. Then run `polymer serve` to serve your application locally.
8 8
9 ## Viewing Your Application 9 ## Viewing Your Application
10 10
(...skipping 13 matching lines...) Expand all
24 $ polymer serve build/default 24 $ polymer serve build/default
25 ``` 25 ```
26 26
27 ## Running Tests 27 ## Running Tests
28 28
29 ``` 29 ```
30 $ polymer test 30 $ polymer test
31 ``` 31 ```
32 32
33 Your application is already set up to be tested via [web-component-tester](https ://github.com/Polymer/web-component-tester). Run `polymer test` to run your appl ication's test suite locally. 33 Your application is already set up to be tested via [web-component-tester](https ://github.com/Polymer/web-component-tester). Run `polymer test` to run your appl ication's test suite locally.
34
35 ## Third Party Files
36
37 In order to use proper authentication, the google-signin-aware element was neede d. However, this element has not been updated to Polymer 2.0, so edits were made to the current version to ensure compatibility.
38 The modified google-signin-aware element can be found in the ui/common/third_par ty/google-signin folder.
OLDNEW
« no previous file with comments | « appengine/config_service/handlers.py ('k') | appengine/config_service/ui/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698