code-editor

所属分类:代码编辑器
开发工具:Svelte
文件大小:0KB
下载次数:0
上传日期:2023-08-24 10:05:19
上 传 者sh-1993
说明:  本地第一个web代码编辑器,
(Local-first web code editor,)

文件列表:
.eslintignore (160, 2023-08-24)
.eslintrc.cjs (543, 2023-08-24)
.npmrc (43, 2023-08-24)
.prettierignore (160, 2023-08-24)
.prettierrc (233, 2023-08-24)
package.json (1335, 2023-08-24)
playwright.config.ts (266, 2023-08-24)
pnpm-lock.yaml (98365, 2023-08-24)
postcss.config.js (73, 2023-08-24)
src/ (0, 2023-08-24)
src/app.css (1034, 2023-08-24)
src/app.d.ts (407, 2023-08-24)
src/app.html (329, 2023-08-24)
src/lib/ (0, 2023-08-24)
src/lib/actions/ (0, 2023-08-24)
src/lib/actions/click_outside.ts (753, 2023-08-24)
src/lib/actions/shortcut.ts (735, 2023-08-24)
src/lib/components/ (0, 2023-08-24)
src/lib/components/ContextMenu/ (0, 2023-08-24)
src/lib/components/ContextMenu/ContextMenu.svelte (886, 2023-08-24)
src/lib/components/ContextMenu/ContextMenuItem.svelte (305, 2023-08-24)
src/lib/components/ContextMenu/ContextMenuSeparator.svelte (45, 2023-08-24)
src/lib/components/DropdownMenu/ (0, 2023-08-24)
src/lib/components/DropdownMenu/DropdownItem.svelte (173, 2023-08-24)
src/lib/components/DropdownMenu/DropdownMenu.svelte (948, 2023-08-24)
src/lib/components/Modal.svelte (910, 2023-08-24)
src/lib/file.ts (5876, 2023-08-24)
src/lib/folder.ts (2419, 2023-08-24)
src/lib/i18n/ (0, 2023-08-24)
src/lib/i18n/en.json (3747, 2023-08-24)
src/lib/i18n/es.json (4966, 2023-08-24)
src/lib/i18n/translations.ts (478, 2023-08-24)
src/lib/persisted/ (0, 2023-08-24)
src/lib/persisted/persisted.test.ts (4439, 2023-08-24)
src/lib/persisted/persisted.ts (1365, 2023-08-24)
src/routes/ (0, 2023-08-24)
src/routes/+layout.svelte (389, 2023-08-24)
src/routes/+layout.ts (283, 2023-08-24)
... ...

## Code Editor Local-first web code editor built with Svelte. Inspired by [vscode.dev](https://vscode.dev). Live at [code.marioph.com](https://code.marioph.com)

Svelte TailwindCSS

## Roadmap - [ ] Drag and drop inside file explorer - [ ] Files - [ ] Folders - [ ] Custom color themes - [ ] Fuzzy find - [ ] Vim motions ## Dependencies - **Syntax Highlighting:** [Highlight.js](https://github.com/highlightjs/highlight.js) ## Installation ```bash git clone https://github.com/marioperezhurtado/code-editor.git cd code-editor npm install ``` ## Developing Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server: ```bash npm run dev # or start the server and open the app in a new browser tab npm run dev -- --open ``` ## Building To create a production version of your app: ```bash npm run build ``` You can preview the production build with `npm run preview`. > To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.

近期下载者

相关文件


收藏者