You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@frontvue/plugin-stylus

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontvue/plugin-stylus

FrontVue plugin for Stylus boilerplate template and processing

1.1.2
latest
Source
npmnpm
Version published
Weekly downloads
1
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Frontvue-Plugin-Stylus

Build Status codecov Commitizen friendly semantic-release

A Frontvue plugin for Stylus 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 Stylus files and comes with a boilerplate template of stylus partials. It comes with the following tasks:

  • stylus:config — registers a configuration questionnaire;
  • stylus:template — copies the Stylus boilerplate template (w.i.p);
  • stylus:clean — removes the build folder;
  • stylus:process — handles linting and compiling of Stylus partials;
  • stylus:watch — starts listeners for changes in Stylus partials;

Default configuration

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

  // Source entry point file (all other partials are imported into this main file)
  entryPoint: 'app.styl',

  // Directory name where the CSS file will be created
  buildDir: 'css',

  // Name of the compiled CSS file
  buildFilename: 'app.css',
}

Keywords

build

FAQs

Package last updated on 24 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