Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-cli-plugin-gh-pages

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-cli-plugin-gh-pages

Vue CLI plugin to publish to GitHub pages

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-95.06%
Maintainers
1
Weekly downloads
 
Created
Source

vue-cli-plugin-gh-pages

Latest Version on NPM Software License Known Vulnerabilities

Vue CLI plugin to publish to GitHub pages (or any other branch anywhere else).

Install

vue add gh-pages

N.B. This plugin requires Git >=1.9.

Usage

npm run gh-pages

The generator automatically adds this script, however, you are free to modify this.

Options

This package is a wrapper around gh-pages, so the same options apply to this package. Please see the documentation of gh-pages for a list of supported options. These options must be defined in vue.config.js under pluginOptions.ghPages e.g.

module.exports = {
    pluginOptions: {
        ghPages: {
            message: 'Updates',
        },
    },
};

All options can also be set using the Vue CLI UI. In addition, most options can also be defined on the command line. Please run npm run gh-pages -- --help to see a list of supported CLI options.

Functions

The message and tag options can be a function and their return value will be used. This allows you to create, for example, time based commit messages or create a tag based on certain information.

N.B. When these options are defined as a function, they can not be edited using the Vue CLI UI!

Changelog

Please see CHANGELOG for more information about what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please contact Jasper Zonneveld directly or report to NPM instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

This package is not affiliated with nor endorsed by GitHub. GitHub is a registered trademark of GitHub Inc.

Credits

This package is a Vue CLI plugin wrapping gh-pages. Many thanks to Tim Schaub for his excellent package!

Keywords

FAQs

Package last updated on 22 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc