https://github.com/dataman-cloud/swan-ui
swan frontend ui
https://github.com/dataman-cloud/swan-ui
Last synced: 3 months ago
JSON representation
swan frontend ui
- Host: GitHub
- URL: https://github.com/dataman-cloud/swan-ui
- Owner: Dataman-Cloud
- Created: 2017-02-13T02:48:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T11:06:07.000Z (about 8 years ago)
- Last Synced: 2025-01-07T21:43:09.155Z (5 months ago)
- Language: JavaScript
- Size: 12.8 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# frontend
DataMan frontend allin
# js 代码风格
angular-styleguide - https://github.com/johnpapa/angular-styleguide
# Running Unit Tests
The Frontendapp comes preconfigured with unit tests. These are written in
[Jasmine][jasmine], which we run with the [Karma Test Runner][karma]. We provide a Karma
configuration file to run them.* the configuration is found at `karma.conf.js`
* the unit tests are found next to the code they are testing and are named as `xxx.spec.js`.The easiest way to run the unit tests is to use the supplied npm script:
```
npm test
```## Setup
``` npm install `````` webdriver-manager update ```
``` webdriver-manager start ```
## Run the test
```npm test```
```npm test-single```