Socket
Socket
Sign inDemoInstall

gridsome-plugin-pug

Package Overview
Dependencies
916
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

gridsome-plugin-pug

Pug plugin for Gridsome.


Version published
Maintainers
1
Weekly downloads
35
decreased by-2.78%
Install size
511 kB

Weekly downloads

Readme

Source

gridsome-plugin-pug

GitHub npm npm

Pug plugin for Gridsome.

This plugin will add pug-plain-loader for using Pug in Vue single file component (.vue).
And add pug-loader for importing .pug file directly.

Installation

npm install -D pug gridsome-plugin-pug
# or
yarn add -D pug gridsome-plugin-pug

Usage

module.exports = {
	plugins: [
		{
			use: 'gridsome-plugin-pug',
			options: {
				pug: { /* Options for `pug-plain-loader` */ },
				pugLoader: { /* Options for `pug-loader` */ }
			}
		}
	]
};

Keywords

FAQs

Last updated on 17 Mar 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc