# 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.
#
mevn serve
Serve the webapp locally.
#
mevn add [deps] [--dev]
Add additional dependencies on the go. Specify the --dev
flag to install devDependencies
.
#
mevn generate
Generate client side components (SFC) or CRUD Boilerplate for the server.
#
mevn codesplit
Lazy load components as required.
#
mevn dockerize
Configure multi-container Docker application with ease.
#
mevn deploy
Deploy the webapp to a cloud solution of choice.
#
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 |