vitess-gh/web/vtctld2
Rohit Nayak 3edee1d4ef Hotfix issue with failing polyfill in Chrome
Signed-off-by: Rohit Nayak <rohit@planetscale.com>
2019-12-19 14:15:26 +01:00
..
app Hotfix issue with failing polyfill in Chrome 2019-12-19 14:15:26 +01:00
config vtctld2: Update to latest angular-cli 2016-08-19 16:03:00 -07:00
e2e Angular2 webdriver test updates (#2038) 2016-09-13 17:17:22 -07:00
src Add MultiSplitDiff support in workflow, also fixed arguments ordering 2019-10-11 01:38:48 -07:00
.editorconfig vtctld: Add skeleton for Angular 2 UI. 2016-06-27 13:56:30 -07:00
.gitignore vtctld2: Update to latest angular-cli 2016-08-19 16:03:00 -07:00
README.md Change http to https for security links 2019-02-16 12:41:48 +07:00
angular-cli.json Add font-awesome directly to angular2 project (#2383) 2016-12-16 20:01:37 -08:00
package-lock.json Adds LegacySpliClone option to horizontal sharding workflow 2018-06-19 15:05:23 -07:00
package.json delete old website files, fix license in package.json 2019-03-18 21:23:40 -07:00
tslint.json vtctld2: Update to latest angular-cli 2016-08-19 16:03:00 -07:00

README.md

Vitess Control Panel

This project was generated with angular-cli version 1.0.0-beta.11-webpack.2.

Installation

Once downloaded, run npm install and bower install to retrieve dependencies.

Webpack handles bundling of dependencies from the node_modules directory, but bower dependencies in the src/assets folder simply get copied into the dist folder at build time.

To add more Polymer elements, install them with bower and import them in src/index.html.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor. Before running the tests make sure you are serving the app via ng serve.

Deploying to Github Pages

Run ng github-pages:deploy to deploy to Github Pages.

Further help

To get more help on the angular-cli use ng --help or go check out the Angular-CLI README.