tonylu110 / uyou-todo-electron

This is a todo list with electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uyou-todo-electron

English | 中文简体

Run and build

  • run in development mode

    # If you didn't install `@antfu/ni` yet, I highly recommend you to install it.
    ni
    nr electron:servewin # run in Windows
    nr electron:servemac # run in macOS
    nr electron:servelinux # run in Linux
    
    # When running for the first time, you need to run
    pnpm vite build
  • build

    # If you didn't install `@antfu/ni` yet, I highly recommend you to install it.
    ni
    nr electron:buildwin # build for Windows
    nr electron:buildwinarm # build for Windows arm64
    nr electron:buildmac # build for macOS or Linux

Preview

Font

If you want to use the built-in fonts before 2.1.3, you can click the link below

Smartisan T Regular | Smartisan T Bold

Sponsor

Star History

Star History Chart

About

This is a todo list with electron

License:MIT License


Languages

Language:Vue 63.6%Language:TypeScript 22.4%Language:JavaScript 10.9%Language:SCSS 2.6%Language:HTML 0.5%