Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0vidiu/frontvue-plugin-pug
Frontvue plugin for Pug boilerplate template and processing
https://github.com/0vidiu/frontvue-plugin-pug
build-system cli front-end-development html jade pug typescript
Last synced: 26 days ago
JSON representation
Frontvue plugin for Pug boilerplate template and processing
- Host: GitHub
- URL: https://github.com/0vidiu/frontvue-plugin-pug
- Owner: 0vidiu
- License: mit
- Created: 2018-05-10T17:19:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T18:43:19.000Z (over 6 years ago)
- Last Synced: 2024-11-14T14:29:29.995Z (about 1 month ago)
- Topics: build-system, cli, front-end-development, html, jade, pug, typescript
- Language: TypeScript
- Homepage:
- Size: 99.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Frontvue-Plugin-Pug
[![Build Status](https://travis-ci.org/0vidiu/frontvue-plugin-pug.svg?branch=master)](https://travis-ci.org/0vidiu/frontvue-plugin-pug) [![codecov](https://codecov.io/gh/0vidiu/frontvue-plugin-pug/branch/master/graph/badge.svg)](https://codecov.io/gh/0vidiu/frontvue-plugin-pug) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/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
```js
{
// Source files directory name
sourceDir: 'pug',// Directory name where the HTML file(s) will be outputted
buildDir: 'html'
}
```