8.1.4 • Published 3 days ago

@plone/generator-volto v8.1.4

Weekly downloads
17
License
MIT
Repository
github
Last release
3 days ago

Build Status

Yeoman Volto App Generator

@plone/generator-volto is a Yeoman generator that helps you to set up Volto via command line.

Installation

First, install Yeoman and @plone/generator-volto using npm (we assume you have pre-installed node.js).

$ npm install -g yo
$ npm install -g @plone/generator-volto

Usage

Create a new Volto project with:

$ yo @plone/volto

This will bootstrap a new Volto project inside the current folder. It will ask a few questions: project name, project description and a list of addons. Run:

$ yo @plone/volto --help

to see a full list of options and arguments.

You can use it in full non-interactive mode by passing something like:

yo @plone/volto myvoltoproject --description "My Volto project" --skip-addons --skip-install

You can also specify addons to load, like:

yo @plone/volto myvoltoproject --description "My Volto project" --addon "volto-formbuilder:x,y" --addon "volto-slate:z,t"

Change the directory to your project to get started:

$ yarn
$ cy myvoltoproject

Start Volto with yarn start

Start Volto with:

$ yarn start

This runs the project in development mode. You can view your application at http://localhost:3000

The page will reload if you make edits.

Please note that you have to run a Plone backend as well.

E.g. with docker:

$ docker run -it --rm --name=plone -p 8080:8080 -e SITE=Plone -e ADDONS="kitconcept.volto" -e ZCML="kitconcept.volto.cors" -e PROFILES="kitconcept.volto:default-homepage" plone

Consult the Volto docs for further details:

https://www.npmjs.com/package/@plone/volto

Build a production build with yarn build

Builds the app for production to the build folder.

The build is minified and the filenames include the hashes. Your app is ready to be deployed!

Start the production build with yarn start:prod

Runs the compiled app in production.

You can again view your application at http://localhost:3000

Run unit tests with yarn test

Runs the test watcher (Jest) in an interactive mode. By default, runs tests related to files changed since the last commit.

Update translations with yarn i18n

Runs the test i18n runner which extracts all the translation strings and generates the needed files.

9.0.0-alpha.15

3 days ago

9.0.0-alpha.14

1 month ago

9.0.0-alpha.13

2 months ago

9.0.0-alpha.12

2 months ago

9.0.0-alpha.11

2 months ago

9.0.0-alpha.9

2 months ago

8.1.4

2 months ago

9.0.0-alpha.10

2 months ago

9.0.0-alpha.8

2 months ago

9.0.0-alpha.7

2 months ago

8.1.3

2 months ago

9.0.0-alpha.6

3 months ago

9.0.0-alpha.5

3 months ago

8.1.2

3 months ago

9.0.0-alpha.4

3 months ago

9.0.0-alpha.3

4 months ago

9.0.0-alpha.2

5 months ago

8.1.1

5 months ago

9.0.0-alpha.1

5 months ago

9.0.0-alpha.0

5 months ago

7.0.0-alpha.7

8 months ago

7.0.0-alpha.6

8 months ago

7.0.0-alpha.9

8 months ago

7.0.0-alpha.8

8 months ago

7.0.0-alpha.5

8 months ago

7.0.0-alpha.11

7 months ago

7.0.0-alpha.12

7 months ago

7.0.0-alpha.10

7 months ago

8.1.0

5 months ago

6.4.1

6 months ago

6.4.0

7 months ago

7.0.0

7 months ago

7.0.1

7 months ago

8.0.1

6 months ago

8.0.0

6 months ago

8.0.3

5 months ago

8.0.2

6 months ago

6.3.0

1 year ago

6.3.1

1 year ago

7.0.0-alpha.3

1 year ago

7.0.0-alpha.2

1 year ago

7.0.0-alpha.4

1 year ago

7.0.0-alpha.1

1 year ago

6.2.6

1 year ago

7.0.0-alpha.0

1 year ago

6.2.5

1 year ago

6.2.4

1 year ago

6.1.2

1 year ago

6.2.1

1 year ago

6.2.0

1 year ago

6.2.3

1 year ago

6.2.2

1 year ago

6.0.0-alpha.3

1 year ago

6.0.0-alpha.4

1 year ago

6.1.0

1 year ago

6.1.1

1 year ago

6.0.0-alpha.0

1 year ago

6.0.0-alpha.1

1 year ago

6.0.0-alpha.2

1 year ago

6.0.0

1 year ago

5.9.3

2 years ago

5.9.2

2 years ago

5.9.1

2 years ago

5.9.0

2 years ago

5.8.0

2 years ago

5.7.0

2 years ago

5.6.0

2 years ago

5.5.1

2 years ago

5.6.3

2 years ago

5.6.2

2 years ago

5.6.1

2 years ago

5.5.0

2 years ago

5.4.0

2 years ago

5.3.0

2 years ago

5.2.0

2 years ago

5.0.2

2 years ago

5.1.0

2 years ago

5.0.1

2 years ago

5.0.0

2 years ago

5.0.0-alpha.2

2 years ago

5.0.0-alpha.1

3 years ago

4.4.0

3 years ago

5.0.0-alpha.0

3 years ago

4.3.1

3 years ago

4.3.0

3 years ago

4.2.0

3 years ago

4.1.0

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

4.0.0-alpha.1

3 years ago

4.0.0-alpha.0

3 years ago

3.0.0-alpha.0

3 years ago

2.4.0

3 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.1.1

3 years ago

1.1.0

4 years ago

1.0.0

4 years ago

1.0.0-alpha.1

4 years ago

1.0.0-alpha.0

4 years ago