1.2.0 • Published 4 years ago

@allinmkt/cli v1.2.0

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

The CLI create a new project configured with components, cas and acl installed based in metronic 7.0.0

Install cli (local)

npm link

OR

yarn link

Install cli global

npm i -g @allinmkt/cli

or

yarn global @allinmkt/cli

Commands

  • create

How to use

vue-allin create {project name}

How to define host

vue-allin create {project name} --host=localhost:8080

OR

vue-allin create {project name} -h localhost:8080