Coder Social home page Coder Social logo

melees's Introduction

melees

How to start

  1. 選好資料夾的位置之後
  2. $ git clone https://github.com/gemini497586/melees.git
  3. 進行檢查,正確無誤之後
  4. 由 Enzo 統一新增分支

git-flow

實際有7個分支,依照功能性分成3類

  • 實際有7個分支

    1. main
    2. develop
    3. member
    4. private
    5. feature
    6. market
    7. box
  • 功能性分成3類

    • main —> 正式報告+展演用

    • develop —> 開發用(merge feature 類型所完成的新功能)

    • feature 類別 —> 寫新開發功能與內容

      包含了:member, private, feature, market, box

命名規則

frontend

  • 檔案命名:
    • 資料夾命名:小寫底線 _ Ex. member_login
    • 自訂元件命名:大寫駝峰式 Ex. SubmitButton.js
    • 基本檔案命名:小寫駝峰式 Ex. saveProduct.js, saveRecipe.js
  • code 命名:
    • class:dash - 表示層級 Ex. products, product-item, product-item-title
    • id:小寫駝峰式
    • ref:小寫駝峰式
    • function:符合它的功能
  • 共用的 CSS 命名:
    • 使用前綴詞 st-

backend

  • 圖片的命名:跟使用者上傳相同
  • 檔案命名:
    • 資料夾命名:小寫底線 _ Ex. member_login
    • 基本檔案命名:小寫駝峰式 Ex. saveProduct.js, saveRecipe.js

目前下載的套件

  • backend
    • "axios"
    • "cors"
    • "dotenv"
    • "express"
    • "express-session"
    • "moment"
    • "multer"
    • "mysql"
    • "nodemon"

melees's People

Contributors

bo-yuan026 avatar gemini497586 avatar hhhhungc avatar meleelin avatar ryanj8512 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.