1.3.0 • Published 4 years ago

@vdem/vue-cli-plugin-build-server v1.3.0

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

Vue cli plugin build server

Vue-cli plugin providing build files through the server.

Provide dev server on: localhost:8090/artifact-name:

[
  {
    "name": "http://localhost:8090/artifact/component.umd.min.js"
  }
]

Usage

package.json

"scripts": {
  "dev": "vue-cli-service build:server --dest=/dist --artifact=test"
},

Start build server:

npm run dev

Plugin options

PropsDescriptionDefault
artifactThis name use in path. Example: localhost:{port}/{artifact}-
destOutput directory for build filesdist
portLocalhost port number8090
1.3.1

5 months ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago