JSPM

@leanup/cli-vue

1.0.199
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 184
  • Score
    100M100P100Q90209F
  • License Apache-2.0

This package contains the Vue framework extension for the @leanup/cli.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@leanup/cli-vue) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    GitHub CI - Publish to NPM dependencies peerDependencies optionalDependencies vulnerabilities npm downloads install-size lernajs code style: prettier

    @leanup/cli-vue

    This package contains the vue framework extension for the @leanup/cli.

    Vue 3 Alpha

    https://medium.com/@mario.brendel1990/vue-3-alpha-has-started-d1b3b49869a4

    Installation

    npm install @leanup/cli @leanup/cli-vue --save-dev

    Usage

    Developing

    lean serve -f vue -h

    Usage: lean serve [options]
    
    Developing
    
    Options:
      -e, --environment <environment>  technical environment (CMS)
      -t, --template <template>        corporate design (Style)
      -o, --open                       open the default browser
      -p, --port                       port
      --vuetify                        add optional loader for vuetify (@leanup/cli-vue and vuetify-loader required)
      -h, --help                       output usage information

    Building

    lean build -f vue -h

    Usage: lean build [options]
    
    Building
    
    Options:
      -e, --environment <environment>  technical environment (CMS)
      -t, --template <template>        corporate design (Style)
      -a, --analyzer                   generate an addional analyzer report (@leanup/cli-addons required)
      -g, --gzip                       addional file compression (@leanup/cli-addons required)
      -w, --worker                     split application separate worker files (@leanup/cli-addons required)
      --vuetify                        add optional loader for vuetify (@leanup/cli-vue and vuetify-loader required)
      -h, --help                       output usage information

    Unit-Testing

    see @leanup/cli

    Test-Coverage

    see @leanup/cli

    E2E-Testing

    see @leanup/cli

    Formatter

    see @leanup/cli

    Linter

    see @leanup/cli