# Available Commands

MEVN-CLI offers the following set of commands:-

  • # mevn init <appname>

Choose between the four available starter templates to build on top of. It creates a dotfile .mevnrc with information specific to the project.

asciicast

  • # mevn serve

Serve the webapp locally.

asciicast

  • # mevn add [deps] [--dev]

Add additional dependencies on the go. Specify the --dev flag to install devDependencies.

asciicast

  • # mevn generate

Generate client side components (SFC) or CRUD Boilerplate for the server.

asciicast

  • # mevn codesplit

Lazy load components as required.

asciicast

  • # mevn dockerize

Configure multi-container Docker application with ease.

asciicast

  • # mevn deploy

Deploy the webapp to a cloud solution of choice.

asciicast

  • # mevn info

Prints debugging information about the local environment, useful while submitting bug reports.

# Versioning And Help

option description
-V, --version Check CLI version
--help, -h Get help and check usage