Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0vidiu/frontvue-plugin-js
FrontVue plugin for JavaScript boilerplate template and processing
https://github.com/0vidiu/frontvue-plugin-js
babel build-automation build-system cli front-end-developer-tool gulp plugable webpack
Last synced: about 2 months ago
JSON representation
FrontVue plugin for JavaScript boilerplate template and processing
- Host: GitHub
- URL: https://github.com/0vidiu/frontvue-plugin-js
- Owner: 0vidiu
- License: mit
- Created: 2018-05-24T23:05:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T09:10:10.000Z (about 2 years ago)
- Last Synced: 2024-09-25T21:19:51.114Z (3 months ago)
- Topics: babel, build-automation, build-system, cli, front-end-developer-tool, gulp, plugable, webpack
- Language: TypeScript
- Size: 2.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Frontvue-Plugin-JS
[![Build Status](https://travis-ci.org/0vidiu/frontvue-plugin-js.svg?branch=master)](https://travis-ci.org/0vidiu/frontvue-plugin-js) [![codecov](https://codecov.io/gh/0vidiu/frontvue-plugin-js/branch/master/graph/badge.svg)](https://codecov.io/gh/0vidiu/frontvue-plugin-js) [![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 JavaScript 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 JavaScript ES6 files and comes with a boilerplate template (w.i.p). It comes with the following tasks:
* *js:config* — registers a configuration questionnaire;
* *js:template* — copies the JavaScript ES6 template;
* *js:clean* — removes the build folder;
* *js:process* — handles compiling of JS partials;
* *js:watch* — starts listeners for changes in JS partials;## Default configuration
```js
{
// Source files directory name
sourceDir: 'js',// Directory name where the JS file(s) will be outputted
buildDir: 'js',// Entry point(s)
entrypoints: 'index.js',
}
```