An open API service indexing awesome lists of open source software.

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: 11 months ago
JSON representation

:package: Ultimate Page Builder for WordPress

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