@allinmkt/cli

A CLI to vuejs projects

Usage no npm install needed!

<script type="module">
  import allinmktCli from 'https://cdn.skypack.dev/@allinmkt/cli';
</script>

README

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