1.0.0 • Published 28 days ago

@eeacms/volto-progress-block v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
28 days ago

volto-progress-block

Releases

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

Pipeline Lines of Code Coverage Bugs Duplicated Lines (%)

Volto add-on: Progress Bar

Features

Progress Block

Getting started

Try volto-progress-block with Docker

  1. Get the latest Docker images

    docker pull plone
    docker pull plone/volto
  2. Start Plone backend

    docker run -d --name plone -p 8080:8080 -e SITE=Plone -e PROFILES="profile-plone.restapi:blocks" plone
  3. Start Volto frontend

    docker run -it --rm -p 3000:3000 --link plone -e ADDONS="@eeacms/volto-progress-block" plone/volto
  4. Go to http://localhost:3000

Add volto-progress-block to your Volto project

  1. Make sure you have a Plone backend up-and-running at http://localhost:8080/Plone

    docker compose up backend
  2. Start Volto frontend

  • If you already have a volto project, just update package.json:

    "addons": [
        "@eeacms/volto-progress-block"
    ],
    
    "dependencies": {
        "@eeacms/volto-progress-block": "^1.0.0"
    }
  • If not, create one:

    npm install -g yo @plone/generator-volto
    yo @plone/volto my-volto-project --addon @eeacms/volto-progress-block
    cd my-volto-project
  1. Install new add-ons and restart Volto:

    yarn
    yarn start
  2. Go to http://localhost:3000

  3. Happy editing!

Release

See RELEASE.md.

How to contribute

See DEVELOP.md.

Copyright and license

The Initial Owner of the Original Code is European Environment Agency (EEA). All Rights Reserved.

See LICENSE.md for details.

Funding

European Environment Agency (EU)

1.0.0

28 days ago

0.2.2

7 months ago

0.2.1

2 years ago

0.2.0

2 years ago