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
- Host: GitHub
- URL: https://github.com/doczjs/docz-issue-config-base-property
- Owner: doczjs
- Created: 2019-10-26T13:50:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2026-04-09T15:23:02.000Z (3 months ago)
- Last Synced: 2026-05-21T13:49:24.540Z (about 2 months ago)
- Language: MDX
- Size: 684 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```