# y-note **Repository Path**: Hardy_1995_admin/y-note ## Basic Information - **Project Name**: y-note - **Description**: vue3编写的一个web版笔记本,富文本使用tiptap自定义样式,excel使用univerjs - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-05-12 - **Last Updated**: 2025-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Y-Note 云笔记

风后面是风,天空上面是天空,道路前面还是道路

#### 🌈 项目说明 使用Vue3 + Vite + TypeScript 编写的一个Web项目,富文本基于tiptap 定制化样式,在线excel表格使用univerjs #### ⛱️ 功能截图 ![输入图片说明](public/image/w1.png) ![输入图片说明](public/image/w4.png) ![输入图片说明](public/image/w5.png) #### 💒 其他仓库 - 后端库 https://gitee.com/lyt-top/vue-next-admin #### 🚧 安装 cnpm、yarn - 复制代码(桌面 cmd 运行) `npm install -g cnpm --registry=https://registry.npm.taobao.org` - 复制代码(桌面 cmd 运行) `npm install -g yarn` #### 🏭 环境支持 | Edge | Firefox | Chrome | Safari | | --------- | ------------ | ----------- | ----------- | | Edge ≥ 88 | Firefox ≥ 78 | Chrome ≥ 87 | Safari ≥ 13 | > 由于 Vue3 不再支持 IE11,故而 ElementPlus 也不支持 IE11 及之前版本。 #### ⚡ 使用说明 建议使用 cnpm,因为 yarn 有时会报错。node 版本 > 18.12+ > Vite 不再支持 Node 12 / 13 / 15,因为上述版本已经进入了 EOL 阶段。现在你必须使用 Node 14.18+ 版本。 ```bash # 克隆项目 git clone https://gitee.com/duochan/y-note.git # 进入项目 cd y-note # 安装依赖 npm install # 运行项目 npm run dev # 打包发布 npm run build ```