Please enable JavaScript in your browser!
首頁
探索
說明
登入
wangyuan
/
billiards-server
關註
1
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
目錄樹:
ee987f40b5
分支列表
標籤列表
master
billiards-se...
/
public
/
assets
/
libs
/
Sortable
/
CONTRIBUTING.md
CONTRIBUTING.md
978 B
文件歷史
原始文件
Contribution Guidelines
Issue
Try
master
-branch, perhaps the problem has been solved;
Use the search
, maybe already have an answer;
If not found, create example on
jsbin.com (draft)
and describe the problem.
Pull Request
Only request to merge with the
master
-branch.
Only modify source files,
do not commit the resulting build
Setup
Fork the repo on
github
Clone locally
Run
npm i
in the local repo
Building
For development, build the
./Sortable.js
file using the command
npm run build:umd:watch
To build everything and minify it, run
npm run build
Do not commit the resulting builds in any pull request – they will be generated at release