An open API service indexing awesome lists of open source software.

https://github.com/explooosion/ishare-qrcode


https://github.com/explooosion/ishare-qrcode

Last synced: about 1 month ago
JSON representation

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
```