Skip to content

itorr/csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV 在线编辑器

https://csv.magiconch.com

拖拽 CSV 文件即可编辑的浏览器端工具。

技术栈

  • 原生 HTML/CSS/JS(ES Modules)
  • esbuild 构建
  • IndexedDB 持久化

目录结构

html/           # 源文件
  index.html    # 入口 HTML
  css/          # 模块化样式(7 个文件)
  js/           # 模块化脚本(9 个文件,.mjs)
build.mjs       # 构建脚本(esbuild + CSS 压缩)
dist/           # 构建输出(gitignore)

命令

  • npm install — 安装依赖
  • npm run build — 构建到 dist/
  • 开发时直接打开 html/index.html

仓库

https://github.com/itorr/csv

About

在线CSV编辑器

Resources

Stars

Watchers

Forks

Contributors