Giter Club home page Giter Club logo

scroll-music's Introduction

滚动的曲谱(开源版)

项目地址:https://www.scrmusic.cn/

技术架构

前端框架:vue3

状态管理:pinia

原子css框架:unocss

打包工具:vite

数据库及服务:serverless 知晓云( 项目中 key 已隐藏,如需使用,请自行创建相关配置

秘钥文件相关

运行前在 public/static 中新建 env.js 文件

// 网站监控秘钥,可忽略不计
const netWatch = {
  id: '',
  ck: '',
}

const BAAS_KEY = '知晓云服务秘钥'

window.netWatch = netWatch
window.BAAS_KEY = BAAS_KEY

关于数据库初始化

新建数据库:sheet_note、user_config、sheet_music

随后,分别对应导入表结构。表结构 json 在根目录 dbjson 中

代码分支

newadmin 为可运行分支

项目运行及使用

clone 项目之后

pnpm install 进行以来安装(建议使用 pnpm

pnpm run dev 运行项目

scroll-music's People

Contributors

huzig 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.