commit | 829ba2d6825d383397911aff74a6b761bbf7e300 | [log] [tgz] |
---|---|---|
author | Gao Hongtao <hanahmily@gmail.com> | Wed Jul 11 08:15:20 2018 +0800 |
committer | GitHub <noreply@github.com> | Wed Jul 11 08:15:20 2018 +0800 |
tree | e747b82493323955e82a56fcfa709f8082f0cd9e | |
parent | 7b1477f749ce0253a5287d7e6be14d4c9c556b87 [diff] |
Update iconfont.svg Remove apache license header
The UI for Apache SkyWalking.
See CONTRIBUTING.
The app was built with dva framework.
Fork, then clone the incubator-skywalking-ui
repo and change directory into it.
git clone https://github.com/apache/incubator-skywalking-ui.git cd incubator-skywalking-ui
Install dependencies via npm
:
npm install
This mode is suitable for developing locally.
npm start
This mode is suitable for e2e test with backend collector.
npm run start:no-mock
The default collector query address is http://localhost:12800
. You can change this address by editing .webpack.js
file.
Command | Description |
---|---|
npm start | Starts development server with hot reloading and mock. |
npm run start:no-mock | Starts development server to access collector |
npm test | Runs all the tests |
npm run lint | Lint the project (eslint, stylelint) |
npm run build | Runs production build. Outputs files to /dist . |
Running build will output all the static files to the ./dist
folder:
npm install npm run build