Merken

所属分类:代码编辑器
开发工具:Vue
文件大小:0KB
下载次数:0
上传日期:2023-10-26 20:21:16
上 传 者sh-1993
说明:  用于标记的简单代码编辑器,
(A simple code editor for Markdown,)

文件列表:
.editorconfig (230, 2023-10-26)
.eslintrc.cjs (320, 2023-10-26)
.prettierrc.json (3, 2023-10-26)
.vscode/ (0, 2023-10-26)
.vscode/extensions.json (75, 2023-10-26)
env.d.ts (236, 2023-10-26)
index.html (901, 2023-10-26)
package-lock.json (250104, 2023-10-26)
package.json (1157, 2023-10-26)
public/ (0, 2023-10-26)
public/favicon.ico (4286, 2023-10-26)
src/ (0, 2023-10-26)
src/App.vue (496, 2023-10-26)
src/assets/ (0, 2023-10-26)
src/assets/colors.css (572, 2023-10-26)
src/assets/icons/ (0, 2023-10-26)
src/assets/icons/settings.svg (1011, 2023-10-26)
src/assets/main.css (927, 2023-10-26)
src/assets/settings.css (622, 2023-10-26)
src/assets/themes.css (185, 2023-10-26)
src/assets/themes/ (0, 2023-10-26)
src/assets/themes/dracula.css (276, 2023-10-26)
src/assets/themes/gruvbox.css (275, 2023-10-26)
src/assets/themes/moonlight.css (275, 2023-10-26)
src/assets/themes/nord.css (273, 2023-10-26)
src/assets/themes/origamid.css (274, 2023-10-26)
src/components/ (0, 2023-10-26)
src/components/MediumTitle.vue (385, 2023-10-26)
src/components/ShortcutsItem.vue (725, 2023-10-26)
src/components/TheHeader.vue (2064, 2023-10-26)
src/components/WorkBranch.vue (1609, 2023-10-26)
src/components/WorkItemMenu.vue (1590, 2023-10-26)
src/components/buttons/ (0, 2023-10-26)
src/components/buttons/BaseInput.vue (352, 2023-10-26)
src/components/buttons/ButtonCustom.vue (2512, 2023-10-26)
src/components/buttons/ButtonLarge.vue (398, 2023-10-26)
src/components/buttons/ButtonSmall.vue (417, 2023-10-26)
src/components/buttons/DeleteAllButton.vue (521, 2023-10-26)
... ...

# Merken ### Description Merken is a web application for easy editing of markdown-style text. It offers a live preview allowing the user to see what is written and make changes in real time. This tool also offers customization of themas and font families to adapt to your writing style. Merken is ideal for anyone who needs a powerful markdown editor with professional features. ### Prerequisites To start the project the first step is to download and install `Node.js`, which is a JavaScript development platform that makes it possible to run JavaScript code outside the browser. Also, if you are using Vscode, you need to download the `TypeScript Vue Plugin extension (volar)`. Both are minimum requirements to start the project. ```bash $ npm install # Install all dependencies # Exist 3 options for project startup $ npm run dev # Developement mode $ npm run build # Production mode $ npm run lint # Use diferent lint config ``` ### Tech Stack - [Marked](https://marked.js.org/) - A markdown parser and compiler. Built for speed. - [Vue.js](https://vuejs.org/) - Focus on the content while having the power of HTML and Vue components whenever needed. - [Vue Router](https://router.vuejs.org/) - Expressive, configurable and convenient routing for Vue.js. - [Vite](https://vitejs.dev/) - An extremely fast frontend tooling. - [Mitt](https://github.com/developit/mitt) - Functional event emitter. - [TypeScript](https://www.typescriptlang.org/) - JavaScript with syntax for types. - [Pinia](https://pinia.vuejs.org) - The intuitive store for Vue.js ### Project structure ```bash $PROJECT_ROOT │ # Global CSS ├── assets │ # Vue.js component files ├── components │ # User Configuration ├── user │ # Page files ├── view │ # Global functions └── helpers.ts ``` ### Contributing to Merken Making contributions to Project Merken is a great way to collaborate with the community. Whether it's creating new themes, adding new features or improving performance, any contribution is welcome! Merken is always looking for improvements and feedback to make the project better, so join the Merken family and do your part! ### License Selhorst 2023 // Some reserved rights. ### Contact Contact by my social networks that are in my [README](https://github.com/KaikSelhorst) Kaik Selhorst Picture (Fox)

近期下载者

相关文件


收藏者