@vue/cli-ui

v5.0.8
### Local development

serve

cross-env VUE_APP_CLI_UI_URL=ws://localhost:4030/graphql VUE_APP_GRAPHQL_PORT=4030 vue-cli-service serve

build

vue-cli-service build

lint

vue-cli-service lint src apollo-server

apollo

cross-env VUE_APP_CLI_UI_DEV=true VUE_APP_CLI_UI_DEBUG=true VUE_APP_GRAPHQL_PORT=4030 vue-cli-service apollo:dev

apollo:debug

cross-env VUE_CLI_DEBUG=true yarn run apollo

apollo:start

cross-env VUE_CLI_PLUGIN_DEV=true VUE_CLI_IPC=vue-cli-dev vue-cli-service apollo:start

apollo:start:test

cross-env VUE_CLI_DEBUG=true VUE_CLI_UI_TEST=true VUE_APP_GRAPHQL_PORT=4040 VUE_APP_CLI_UI_URL=ws://localhost:4040/graphql VUE_CLI_IPC=vue-cli-test vue-cli-service apollo:dev --mode production

prepublishOnly

yarn run lint --no-fix && yarn run build

test:e2e

yarn run test:clear && start-server-and-test apollo:start:test http://localhost:4040/.well-known/apollo/server-health test:e2e:dev

test:start

yarn run test:clear && start-server-and-test apollo:start:test http://localhost:4040/.well-known/apollo/server-health test:e2e:start

test:e2e:dev

cross-env VUE_APP_CLI_UI_URL=ws://localhost:4040/graphql vue-cli-service test:e2e --mode development

test:e2e:start

vue-cli-service test:e2e --mode production --browser chrome --headless --url=http://localhost:4040

test:clear

rimraf ../../test/cli-ui-test && rimraf ./live-test

test

yarn run build && cd ../cli-ui-addon-webpack && yarn run build && cd ../cli-ui-addon-widgets && yarn run build && cd ../cli-ui && yarn run test:start

start

node server.js
npm i @vue/cli-ui

Metadata

  • MIT
  • ^12.0.0 || >= 14.0.0
  • Guillaume Chau
  • released 7/7/2022

Downloads