https://github.com/explooosion/ishare-qrcode
https://github.com/explooosion/ishare-qrcode
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/explooosion/ishare-qrcode
- Owner: explooosion
- Created: 2017-11-09T20:33:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T20:33:34.000Z (over 8 years ago)
- Last Synced: 2025-01-24T22:11:45.813Z (over 1 year ago)
- Language: TypeScript
- Size: 115 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## I、Project
Angel Plan - exchange
## II、Description
front-end exchange
## III、Install
```bash
git clone https://gitlab.com/angel-plan/exchange.git
```
```bash
cd qrcode
```
```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
```