https://github.com/Kholid060/MkDown2
Online markdown editor
https://github.com/Kholid060/MkDown2
markdown markdown-editor vue vuejs
Last synced: about 23 hours ago
JSON representation
Online markdown editor
- Host: GitHub
- URL: https://github.com/Kholid060/MkDown2
- Owner: Kholid060
- License: mit
- Created: 2020-04-16T05:31:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T21:58:57.000Z (8 months ago)
- Last Synced: 2024-11-08T06:39:57.452Z (5 months ago)
- Topics: markdown, markdown-editor, vue, vuejs
- Language: Vue
- Homepage: https://mkdown.vercel.app
- Size: 1.26 MB
- Stars: 130
- Watchers: 4
- Forks: 21
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-made-by-indonesian - MkDown - `Online markdown editor` *by [Ahmad Kholid](https://github.com/Kholid060)* (M)
- made-in-indonesia - MkDown - `Online markdown editor` *by [Ahmad Kholid](https://github.com/Kholid060)* (M)
README

# MkDown
MkDown is an online markdown editor built with [vueJs](https://vuejs.org)
> Demo [here](https://mkdown.vercel.app)
## Feature
- Import Markdown file from your pc
- Import your HTML file and convert it to markdown
- Export your document as a Markdown file, HTML or HTML styled fileAnd I think that's it
## Project setup
### Docker
#### Help
```
make
```#### Compiles and hot-reloads for development
```
make dev
```
go to http://localhost:3000#### Compiles and minifies for production
```
make build
```#### Run production server
```
make production
```
go to http://localhost:4127### Node
```
yarn
```#### Compiles and hot-reloads for development
```
yarn dev
```#### Compiles and minifies for production
```
yarn build
```#### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).