https://github.com/emranahmed/ultimate-page-builder
:package: Ultimate Page Builder for WordPress
https://github.com/emranahmed/ultimate-page-builder
builder generator page vuejs wordpress
Last synced: 10 months ago
JSON representation
:package: Ultimate Page Builder for WordPress
- Host: GitHub
- URL: https://github.com/emranahmed/ultimate-page-builder
- Owner: EmranAhmed
- License: gpl-3.0
- Created: 2016-10-22T21:45:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T13:44:28.000Z (over 8 years ago)
- Last Synced: 2025-08-02T21:04:42.458Z (11 months ago)
- Topics: builder, generator, page, vuejs, wordpress
- Language: PHP
- Homepage: https://wordpress.org/plugins/ultimate-page-builder/
- Size: 3.83 MB
- Stars: 40
- Watchers: 11
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ultimate Page Builder
An Incredibly easiest and highly customizable drag and drop page builder helps create professional websites without writing a line of code.
## Versions:
- `~$ npm -v` - `5.5.1`
- `~$ node --version` - `v9.2.0`
- `~$ yarn --version` - `1.2.1`
## Development
### Using NPM
#### Dev mode
- `npm i`
- `npm run dev`
- `define( 'SCRIPT_DEBUG', TRUE );` on `wp-config.php` file on development mode.
#### Production move
- `npm run build`
## Using Yarn
#### Dev mode
- `yarn install`
- `yarn dev` or `yarn run dev`
- Check [Yarn Usage](https://yarnpkg.com/en/docs/usage)
- Check [Yarn Documentation](https://yarnpkg.com/en/docs/cli/)
#### Production
- `yarn build` or `yarn run build`
### Bundle
- Remove CSS / JS from `assets/css` and `assets/js`
- `yarn bundle` or `npm run bundle`
### Package
- Remove CSS / JS from `assets/css` and `assets/js`
- `yarn package` or `npm run package`
### Add / Update package
- `yarn add [package] --dev` or `yarn add [package]`
- `yarn upgrade` - updates all dependencies to their latest version based on the version range specified in the `package.json` file