Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adessose/ssjs-webpack
SSJS + Webpack Boilerplate
https://github.com/adessose/ssjs-webpack
ampscript framework javascript salesforce sfmc ssjs webpack
Last synced: 15 days ago
JSON representation
SSJS + Webpack Boilerplate
- Host: GitHub
- URL: https://github.com/adessose/ssjs-webpack
- Owner: adessoSE
- License: apache-2.0
- Created: 2023-12-11T14:43:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T08:01:39.000Z (2 months ago)
- Last Synced: 2024-12-17T22:38:46.225Z (16 days ago)
- Topics: ampscript, framework, javascript, salesforce, sfmc, ssjs, webpack
- Language: JavaScript
- Homepage: https://adessose.github.io/ssjs-webpack/
- Size: 181 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The SSJS Framework
Framework that creates a sfmc compatible script from modern Javascript.
### Features
* importing dependencies for node_modules (if ssjs compatible) and local files.
* polyfills
* array functions (map, reduce, forEach)
* Object functions (keys)
* modern JS syntax
* environment variables
* ampScriptLoader
* htmlLoader
* TypesScriptLoader
## Installation
the recommended way to install is by using the [yeoman-generator](https://www.npmjs.com/package/generator-ssjs):
```
npm install --global yo
npm install --global generator-ssjs
```
## Quickstart
After Installation you can create a new ssjs project:
```
yo ssjs
cd
npm install
npm run build
```
* Log into Marketing Cloud
* Create a new Landingpage
* Copy the content of dist/index.html to the landing page
* publish the Landing page
## Documentation
Checkout the official documentation at [https://adessose.github.io/ssjs-webpack/](https://adessose.github.io/ssjs-webpack/)