https://github.com/yud0uhu/markdown-editor-tauri-web
マークダウンエディタ
https://github.com/yud0uhu/markdown-editor-tauri-web
bun hacktoberfest markdown-editor tauri vite vue3
Last synced: about 1 year ago
JSON representation
マークダウンエディタ
- Host: GitHub
- URL: https://github.com/yud0uhu/markdown-editor-tauri-web
- Owner: yud0uhu
- Created: 2023-08-31T23:45:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T01:33:07.000Z (over 2 years ago)
- Last Synced: 2025-04-13T11:55:27.516Z (about 1 year ago)
- Topics: bun, hacktoberfest, markdown-editor, tauri, vite, vue3
- Language: Vue
- Homepage:
- Size: 656 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mDitor
## Release
[v 0.0.0](https://github.com/yud0uhu/markdown-editor-tauri-web/releases/tag/app-v0.0.0)
## Sample

## Project setup
```
yarn install
or
bun install
```
### Compiles and hot-reloads for development
```
yarn serve
or
bun bun:serve
```
### Compiles and minifies for production
```
yarn build
or
bun bun:build
```