Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/noudadrichem/bannerwise-signature-generator
- Owner: noudadrichem
- License: mit
- Created: 2017-09-07T19:39:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T19:39:48.000Z (over 7 years ago)
- Last Synced: 2024-11-22T07:43:11.991Z (2 months ago)
- Topics: gulp, handlebars, vue
- Language: HTML
- Homepage: https://werk.noudadrichem.com/signature-generator/
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 modulesrun `npm start` to run gulpfile.js
__Don't edit files in the public folder!__