Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hadihammurabi/belajar-vue-mdx
Belajar MDX dengan VueJS
https://github.com/hadihammurabi/belajar-vue-mdx
Last synced: 7 days ago
JSON representation
Belajar MDX dengan VueJS
- Host: GitHub
- URL: https://github.com/hadihammurabi/belajar-vue-mdx
- Owner: hadihammurabi
- Created: 2020-09-30T21:45:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T22:06:34.000Z (over 4 years ago)
- Last Synced: 2024-11-07T08:39:13.048Z (about 2 months ago)
- Language: HTML
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `@mdx-js/vue` example with `MDXProvider`
## Project setup
```sh
yarn install
```### Compiles and hot-reloads for development
```sh
yarn run serve
```### Compiles and minifies for production
```sh
yarn run build
```### Run your tests
```sh
yarn run test
```### Lints and fixes files
```sh
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).