Coder Social home page Coder Social logo

liudonjun / finally-music Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 471 KB

音乐H5 可打包成桌面端应用

Home Page: https://msc.ldjun.cn/

Shell 0.40% HTML 0.25% JavaScript 2.32% Vue 69.25% TypeScript 24.09% SCSS 3.68%
music app h5 pinia vite vue

finally-music's Introduction

finally-music

Vue 3 + Typescript + Vite + pinia

imooc chicken music refactor Vue3 + anyScript(Typescript) + Vite + pinia

手机预览地址:https://msc.ldjun.cn/

个人博客:https://blog.ldjun.cn/

使用 electron 编译成桌面端来运行,可使用以下命令,推荐全程使用 yarn

npm run dist
yarn dist

静态页面部署 Vercel 访问慢

https://vercel.com/

使用组合式 API 来编写,如果需要帮助可以通过项目中找到我

项目中使用接口皆网络上收集,并非本人抓取

代码提交规范

  • 代码提交日志规范
  • Commit messages 的基本语法
  • 具体格式为::
  • type: 本次 commit 的类型,诸如 bugfix docs style 等
  • subject: 简明扼要的阐述下本次 commit 的主旨
  • Type 的类别说明
  • feat: 添加新特性
  • fix: 修复 bug
  • docs: 仅仅修改了文档
  • style: 仅仅修改了空格、格式缩进、都好等等,不改变代码逻辑
  • refactor: 代码重构,没有加新功能或者修复 bug
  • perf: 增加代码进行性能测试
  • test: 增加测试用例
  • chore: 改变构建流程、或者增加依赖库、工具等
  • git commit 规范工具
  • 请参考 https://blog.csdn.net/zhaileilei1/article/details/83186047
使用git cz 来commit 代码

  messages:{
    type:'请选择提交类型:',
    customScope:'请输入修改范围(可选):',
    subject:'请简要描述提交(必填):',
    body:'请输入详细描述(可选):',
    footer:'请输入要关闭的issue(可选):',
    confirmCommit:'确认要使用以上信息提交? (y/n)'
  },
  // 跳过步骤
  skipQuestions:['body','footer'],

效果预览

打赏

finally-music's People

Contributors

liudonjun avatar

Stargazers

 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.