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

https://github.com/doczjs/docz-issue-config-base-property

https://github.com/doczjs/docz/issues/1042
https://github.com/doczjs/docz-issue-config-base-property

Last synced: 16 days ago
JSON representation

https://github.com/doczjs/docz/issues/1042

Awesome Lists containing this project

README

          

# Base property in config issue

## Setup

```sh
yarn # npm i
```

## Run

```sh
yarn dev # npm run dev
```

## Build

```sh
yarn build # npm run build
```

## Serve built app

```sh
yarn serve # npm run serve
```