# vue3-notebook **Repository Path**: vmoonlight/vue3-notebook ## Basic Information - **Project Name**: vue3-notebook - **Description**: 使用indexeDB的网页版笔记本, 使用技术: antd-design-vue,TS, indexeDB, vite - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-11 - **Last Updated**: 2021-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: TypeScript, Vue, IndexedDB, Ant-Design, Markdown ## README # Vue 3 + Typescript + Vite ## 预览 [http://121.5.58.209/notebook](http://121.5.58.209/notebook) ## 简介 - 使用 IndexedDB 的纯前端笔记本项目 - 笔记方式基于 Markdown - Markdown 解析插件 marked - Markdown 编辑插件@toast-ui/editor ## 拉取 ``` git clone https://gitee.com/vmoonlight/vue3-notebook.git ``` ## 运行 ``` npm install npm run dev ``` ## Vite2.0 项目运行报 esbuild 相关错误 errno: -4058(Error: spawn G:\final\tutor-system-front\node_modules\esbuild) ```js # 手动执行 node node_modules/esbuild/install.js # 然后 npm run dev ```