Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
loumengning
/
hbp
Seguir
2
Destacar
0
Fork
0
Código
Incidencias
1
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
酒店预订平台
175
Commits
3
Ramas
28 MiB
JavaScript
58.4%
PHP
20.6%
HTML
13.6%
CSS
6.5%
PLpgSQL
0.4%
Otros
0.4%
Árbol:
962b3b80ca
hbp
/
public
/
assets
/
libs
/
Sortable
/
CONTRIBUTING.md
978 B
Original
Blame
Histórico
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