Git Product home page Git Product logo

song-app's Introduction

介绍

使用 Electron + React + TS 开发的一个简单的音乐桌面软件.

开发中使用到的库有:

  • Electron
  • Electron-forge
  • React
  • Nextui
  • Zustand
  • Tailwindcss
  • ...

项目结构

│  forge.config.ts	# 项目打包配置以及入口文件配置
│  tailwind.config.js	# 主题颜色配置
│  webpack.main.config.ts
│  webpack.renderer.config.ts
│  webpack.plugins.ts
│  webpack.rules.ts
├─docs # 存放关于后端API接口
│      index.md
│      NeteaseCloudMusicApi.md
│      NeteaseCloudMusicApi.xlsx
└─src
	├─electron # 关于electron的代码
	│	│  index.ts # 入口文件
	│	├─@types # 关于electron的代码所用到的类型
	│	└─ipc # electron代码和窗口进行通信相关的模块
	└─renderer # 窗口渲染代码
    ├─@types
    ├─assets
    │  ├─img
    │  └─svg       
    ├─components
    ├─page
    ├─routes
    ├─service
    ├─store
    ├─style
    └─utils

song-app's People

Contributors

kisssssssss avatar

Watchers

 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.