Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Van conversion diary

NotificationsYou must be signed in to change notification settings

jackokaiser/vanlab

Repository files navigation

CLI Commands

# install dependenciesyarn# serve with hot reload at localhost:8080yarn dev# build for production with minificationyarn build# run tests with jest and preact-render-spyyarntest

For detailed explanation on how things work, checkout theCLI Readme.

Note: When pre-rendering, your module as components are executed in a Node.js environment, where most Web APIs are not available. To account for this, wrap that code in a check likeif (typeof window !== 'undefined').Do not addpreact build --no-prerender to the build command as it will prevent blog posts from rendering.

Generate e-mails

Usemake_email.sh to generate html e-mails, for example:

make_email.sh 2022-summary

This will create html e-mails incontent/mails/, (git-ignored).Open the html files in a web browser and copy-paste them into your mail client.


[8]ページ先頭

©2009-2025 Movatter.jp