| commit | 949e43436a652acb213a18feda73125ae8a7c0df | [log] [tgz] |
|---|---|---|
| author | Allen Wang <Allen.Wang.123@outlook.com> | Sun Feb 24 17:33:20 2019 +0800 |
| committer | 吴晟 Wu Sheng <wu.sheng@foxmail.com> | Sun Feb 24 17:33:20 2019 +0800 |
| tree | a4fab7f27fabcbeb05cefdec4062e7a5841977d3 | |
| parent | 115204726a5674dc2831e75e1d582f308014f568 [diff] |
Fix: fix bug #2276 (#235)
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. Use username:admin, password:888888 to login system.
npm start
This mode is suitable for e2e test with backend collector. No webapp proxy required.
npm run start:no-proxy
The default collector query address is http://localhost:12800. You can change this address by editing .webpack.js file. From 5.0.0-beta2, login auth is supported, but without webapp proxy, there is no one to take charge of authentication, so we need specific processes to login in this mode.
Mock mode.username:admin, password:888888. (Now, browser saved authentication in local storage)No-Mock mode.| Command | Description |
|---|---|
npm start | Starts development server with hot reloading and mock. |
npm run start:no-proxy | 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