mirror of
https://ghproxy.net/https://github.com/Brugman/wp-cli-gui.git
synced 2025-10-04 00:00:56 +08:00
WP-CLI GUI v2. Built with Vue.js 2.
app | ||
js | ||
less | ||
public_html | ||
.gitignore | ||
gulpfile.js | ||
package-lock.json | ||
package.json | ||
README.md |
WP-CLI GUI
A GUI for a command line interface for WordPress.
This codebase is for the Vue.js 2 rewrite of the site. When the v2.0.0 featureset is reached it will be deployed to wpcligui.com. A beta build can found on beta.wpcligui.com in the mean time.
Contributing
Found a bug? Anything you would like to ask, add or change? Please open an issue so we can talk about it.
Pull requests are welcome. Please try to match the current code formatting.
Development installation
npm i
Build tools
Command | Minification | Sourcemaps |
---|---|---|
gulp --env=prod |
✔️ | ➖ |
gulp |
➖ | ✔️ |
gulp watch |
➖ | ✔️ |