Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noudadrichem/bannerwise-signature-generator

An email signature generator build for Bannerwise, with VueJS & Handlebars.
https://github.com/noudadrichem/bannerwise-signature-generator

gulp handlebars vue

Last synced: 11 days ago
JSON representation

An email signature generator build for Bannerwise, with VueJS & Handlebars.

Awesome Lists containing this project

README

        

## simple boilerplate
#### Supports
* ES6
* SCSS
* JSON

#### File tree
```
.
├── LICENSE
├── README.md
├── gulpfile.js
├── package.json
├── src
│   ├── data
│   │   └── dummy.json
│   ├── images
│   │   └── octocat.png
│   ├── index.html
│   ├── js
│   │   └── master.js
│   └── scss
│   ├── master.scss
│   └── partials
│   └── _heading.scss
└── webpack.config.js
```

#### How to use
run `npm install` to install modules

run `npm start` to run gulpfile.js

__Don't edit files in the public folder!__