GithubHelp home page GithubHelp logo

duckiamduck / electron-vue3-inote Goto Github PK

View Code? Open in Web Editor NEW

This project forked from heiyehk/electron-vue3-inote

0.0 0.0 0.0 1.59 MB

【I便笺】electron11+vue3ts开发,所见所得的markdown创作,多开窗口本地储存。([I Notes] Developed by electron11+vue3ts, WYSIWYG markdown creation, open more windows and store locally.)

License: Apache License 2.0

JavaScript 2.46% TypeScript 19.78% CSS 13.03% HTML 24.29% Vue 39.42% Less 1.02%

electron-vue3-inote's Introduction

electron+vue3+ts

在Windows环境下,删除node_modules重新安装依赖的情况下,会导致build报错,需要使用npm i进行安装依赖。 In the Windows environment, deleting node_modules and reinstalling dependencies will cause build errors, and you need to use npm i to install dependencies.

0.5.1 (2023-01-07)

Features

  • 对编辑器的优化,增加右键功能以及本地图片的缓存,修复了部分bug (c1c0c0f) image

Windows

Mac

启动

yarn serve

打包

yarn build

教程

【electron+vue3+ts实战便笺exe】一、搭建框架配置 https://juejin.cn/post/6909723449246089224

【electron+vue3+ts实战便笺exe】二、electron+vue3开发内容 https://juejin.cn/post/6909725365107687431

【electron+vue3+ts实战便笺exe】终章:markdown编辑器以及右键功能实现 https://juejin.cn/post/7187704994731130938

gif

electron-vue3-inote
├── babel.config.js
├── package.json
├── public
│   ├── css
│   ├── favicon.ico
│   ├── font
│   └── index.html
├── script # 打包删除脚本
│   └── deleteBuild.js
├── src
│   ├── App.vue
│   ├── assets
│   ├── background.ts
│   ├── components
│   ├── config # electron和软件的一些配置项
│   ├── less
│   ├── main.ts
│   ├── router # 路由
│   ├── service # 存放sqlite3 db服务
│   ├── shims-vue.d.ts
│   ├── store
│   ├── types
│   ├── utils
│   └── views
├── tsconfig.json
└── vue.config.js

electron-vue3-inote's People

Contributors

heiyehk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.