https://github.com/codebender828/mdx-live-docs-test
https://github.com/codebender828/mdx-live-docs-test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codebender828/mdx-live-docs-test
- Owner: codebender828
- Created: 2020-02-15T07:21:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T01:55:06.000Z (over 3 years ago)
- Last Synced: 2025-04-08T14:15:24.032Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 4.19 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mdx
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).