1.2.0 • Published 3 years ago

kooboo_spa v1.2.0

Weekly downloads
3
License
ISC
Repository
github
Last release
3 years ago

Kooboo spa tools

A Kooboo spa npm cli

Install

npm i kooboo_spa -D

Doc

Options:
  -V, --version              output the version number
  -h, --host <host>
  -u, --user <user>
  -p, --password <password>
  -d, --dir [dir]            build output dir (default: "./dist")
  --help                     display help for command

Usage

kooboo-spa -h mysite.kooboo.site -u admin -p xxx

Working with vue cli

package.json

 "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "publish":"vue-cli-service build && kooboo-spa -h http://mysite.kooboo.site -u admin -p xxx"
  },
1.2.0

3 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.6

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.5

4 years ago

1.0.3

4 years ago

1.0.0

4 years ago