Socket
Socket
Sign inDemoInstall

@frontvue/plugin-pug

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontvue/plugin-pug

FrontVue plugin for Pug boilerplate template and processing


Version published
Maintainers
1
Created
Source

Frontvue-Plugin-Pug

Build Status codecov Commitizen friendly semantic-release

A Frontvue plugin for Pug boilerplate and processing

This plugin will be one of the available options to choose from when you configure a new project using Frontvue. It handles Pug files and comes with a boilerplate template of Pug partials. It comes with the following tasks:

  • pug:config — registers a configuration questionnaire;
  • pug:template — copies the Pug template;
  • pug:clean — removes the build folder;
  • pug:process — handles compiling of Pug partials;
  • pug:watch — starts listeners for changes in Pug partials;

Default configuration

{
  // Source files directory name
  sourceDir: 'pug',

  // Directory name where the HTML file(s) will be outputted
  buildDir: 'html'
}

Keywords

FAQs

Package last updated on 10 May 2018

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