mosaico

WebJar for mosaico

Лицензия

Лицензия

Категории

Категории

Github Инструменты разработки Контроль версий
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

github-com-voidlabs-mosaico
Последняя версия

Последняя версия

0.17.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

mosaico
WebJar for mosaico
Ссылка на сайт

Ссылка на сайт

https://www.webjars.org
Система контроля версий

Система контроля версий

https://github.com/voidlabs/mosaico

Скачать github-com-voidlabs-mosaico

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-voidlabs-mosaico/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-voidlabs-mosaico</artifactId>
    <version>0.17.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-voidlabs-mosaico/
implementation 'org.webjars.npm:github-com-voidlabs-mosaico:0.17.5'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-voidlabs-mosaico/
implementation ("org.webjars.npm:github-com-voidlabs-mosaico:0.17.5")
'org.webjars.npm:github-com-voidlabs-mosaico:jar:0.17.5'
<dependency org="org.webjars.npm" name="github-com-voidlabs-mosaico" rev="0.17.5">
  <artifact name="github-com-voidlabs-mosaico" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-voidlabs-mosaico', version='0.17.5')
)
libraryDependencies += "org.webjars.npm" % "github-com-voidlabs-mosaico" % "0.17.5"
[org.webjars.npm/github-com-voidlabs-mosaico "0.17.5"]

Зависимости

compile (23)

Идентификатор библиотеки Тип Версия
org.webjars.npm : default-passive-events jar [1.0.7,2)
org.webjars.npm : console-browserify jar [1.1.0,2)
org.webjars.npm : juice jar [5.1.0,6)
org.webjars.npm » jquery-ui-touch-punch jar [0.2.3,0.3)
org.webjars.npm : tinymce jar [4.5.8]
org.webjars.npm : knockout jar [3.4.2]
org.webjars.npm » slick jar [1.12.2]
org.webjars.npm : jquery jar [3.3.1,4)
org.webjars.npm : ko-reactor jar [1.4.0,2)
org.webjars.npm : mensch jar [0.3.3,0.4)
org.webjars.npm : knockout-jqueryui jar [2.2.3]
org.webjars.npm : jsep jar [0.3.3,0.4)
org.webjars.npm : blueimp-canvas-to-blob jar [3.14.0]
org.webjars.npm : jquery.iframe-transport jar [1.0.0,2)
org.webjars.npm : tinycolor2 jar [1.4.1]
org.webjars.npm : font-awesome jar [4.7.0,5)
org.webjars.npm : jquery-ui-package jar [1.11.4]
org.webjars.npm : toastr jar [2.1.4,3)
org.webjars.npm : blueimp-file-upload jar [9.28.0]
org.webjars.npm : evol-colorpicker jar [3.3.2,4)
org.webjars.npm : knockout-sortable jar [1.1.0,2)
org.webjars.npm : jquery-migrate jar [3.0.1,4)
org.webjars.npm : blueimp-load-image jar [2.20.1]

Модули Проекта

Данный проект не имеет модулей.

Mosaico - Responsive Email Template Editor

Mosaico is a JavaScript library (or maybe a single page application) supporting the editing of email templates. The great thing is that Mosaico itself does not define what you can edit or what styles you can change: this is defined by the template. This makes Mosaico very flexible.

Mosaico Screenshot

At this time we provide a single "production ready" template to illustrate some best practice examples: more templates will come soon! Have a look at Template Language and get in touch with us if you want to make your email html template "Mosaico ready".

Live demo

On https://mosaico.io you can see a live demo of Mosaico: the live deploy has a custom backend (you don't see it) and some customization (custom Moxiemanager integration for image editing, customized onboarding slideshow, contextual menu, and some other small bits), but 95% of what you see is provided by this opensource library. You will also see a second working template there (versafluid) that is not part of the opensource distribution.

News

Subscribe to our newsletter to get updates: https://mosaico.voxmail.it/user/register

More Docs from the Wiki

Mosaico Basics

Developer Notes

Build/Run with the development backend Build Status

You need NodeJS v6.0 or higher + ImageMagick

Download/install the dependencies (run again if you get an error, as it probably is a race issues in npm)

  npm install

if you don't have it, install grunt-cli globally

  npm install -g grunt-cli

compile and run a local webserver (http://127.0.0.1:9006) with incremental build and livereload

  grunt

IMPORTANT in order to use image uploading/processing feature in Node you need imageMagick installed in your environment. e.g. running "convert" and "identify" on the command line should output imageMagick command line help (if you are on Windows and install imageMagick 7.x then make sure to install "legacy utilities").

NOTE we have reports that default Ubuntu node package have issues with building Mosaico via Grunt. If you see a Fatal error: watch ENOSPC then have a look at https://github.com/voidlabs/mosaico/issues/82

Docker

We bundle a Dockerfile based on Alpine linux and another based on Centos 7 to test mosaico with no need to install dependencies.

docker build -t mosaico/mosaico .
docker run -p 9006:9006 mosaico/mosaico

then open a browser to point to the port 9006 of your docker machine IP.

Deploying Mosaico via Apache PHP or Django or something else?

First you have to build it using grunt, then you MUST read Serving Mosaico.

OpenSource projects including/using Mosaico

MailTrain is a full featured newsletter web application written in Node and support email editing via Mosaico since their 1.23.0 release.

GoodEnough's Mosaico born as a Mosaico fork, now have become a full web application product built around Mosaico editing targeting agencies.

Are you having issues with Mosaico?

See the CONTRIBUTING file

Contact Us

Please contact us if you have ideas, suggestions or, even better, you want to collaborate on this project ( feedback at mosaico.io ) or you need COMMERCIAL support ( sales at mosaico.io ) . Please DON'T write to this email to get free support: use Git issues for that, start the issue subject with "[help] " prefix, and write something to let us know you already read the CONTRIBUTING file.

org.webjars.npm

Void Labs

Версии библиотеки

Версия
0.17.5