0.0.10 • Published 6 years ago

@rebelcode/bookings-client v0.0.10

Weekly downloads
1
License
-
Repository
-
Last release
6 years ago

edd-spa

SPA for the EDD plugin

Environment

These commands are run in the local environment, and will set up a virtual machine with all dependencies. This requires the host to have Vagrant installed.

# bring up box
vagrant up

# login into the box
vagrant ssh

After this, run npm run dev (see "Build Setup") in the project folder located at /var/www/project.

Build Setup

These commands are run inside the virtual environment.

# install dependencies
npm install

# serve with hot reload at 192.168.33.10:8090
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.