https://github.com/explooosion/ishare-dashboard
https://github.com/explooosion/ishare-dashboard
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/explooosion/ishare-dashboard
- Owner: explooosion
- Created: 2017-11-09T20:32:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T20:33:22.000Z (over 8 years ago)
- Last Synced: 2025-03-18T19:31:01.200Z (about 1 year ago)
- Language: TypeScript
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## I、Project
Angel Plan - dashboard
## II、Description
front-end dashboard
## III、Install
```bash
git clone https://gitlab.com/angel-plan/dashboard.git
```
```bash
cd dashboard
```
```bash
npm install
```
```bash
ng sereve
```
## IV、Build
```bash
npm run build
```
## V、TSlint
```bash
npm run lint
```
## VI、Deploy
1. build your project first.
2. deploy dist to server project
```bash
npm run deploy
```