Coder Social home page Coder Social logo

eamon-cai / tdp-cloud-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opentdp/tdp-cloud-ui

0.0 0.0 0.0 5.48 MB

土豆片控制面板前端组件

License: GNU General Public License v3.0

Shell 0.22% TypeScript 23.10% HTML 0.18% Batchfile 0.22% Vue 75.49% SCSS 0.79%

tdp-cloud-ui's Introduction

TDP Cloud UI

TDP Cloud 的前端组件, 框架基于 vue-admin-template

开发说明

启动开发服务

首先,运行后端接口服务。然后,在项目目录运行 serve.bat./serve.sh

注意:数据展示需要调用后端接口,所以此项目无法独立使用。可下载稳定版 二进制可执行程序 作为后端配合开发工作。

提交代码时请使用下面标识

  • feat 新功能(feature)
  • fix 修补bug
  • docs 文档(documentation)
  • style 格式(不影响代码运行的变动)
  • refactor 重构(即不是新功能,也不是修补bug的代码变动)
  • perf 优化
  • test 增加测试
  • chore 构建过程或辅助工具的变动
  • revert 撤销某次操作

此项要求自 v0.5.0 起实施,所有 git commit 描述需要使用 标识+半角冒号+空格 开头,即 <type>: <subject>

打包前端代码

在项目目录运行 build.bat./build.sh

开发工具配置

项目编辑器推荐使用 vscode,并设置代码格式化插件如下

{
    "[css]": {
        "editor.defaultFormatter": "vscode.css-language-features"
    },
    "[scss]": {
        "editor.defaultFormatter": "vscode.css-language-features"
    },
    "[html]": {
        "editor.defaultFormatter": "vscode.html-language-features"
    },
    "[json]": {
        "editor.defaultFormatter": "vscode.json-language-features"
    },
    "[jsonc]": {
        "editor.defaultFormatter": "vscode.json-language-features"
    },
    "[javascript]": {
        "editor.defaultFormatter": "vscode.typescript-language-features"
    },
    "[typescript]": {
        "editor.defaultFormatter": "vscode.typescript-language-features"
    },
    "[vue]": {
        "editor.defaultFormatter": "Vue.volar"
    }
}

其他

License GPL-3.0

Copyright (c) 2022 - 2023 TDP Cloud

tdp-cloud-ui's People

Contributors

hhucqian avatar xxxholic1997 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.