任意のフロントエンドフレームワークのHTMLページの特定の領域/要素を出力する
2361 ワード
インクのHTMLへようこそ!
任意のフロントエンドフレームワークのHTMLページの特定の領域/要素を出力する
インストール
npm install ink-html
oryarn add ink-html
CDN
<script src="https://unpkg.com/ink-html/dist/index.js"></script>
用途
import print from 'ink-html'
// const print = inkHtml // for CDN
// js
print(window.querySelector('#printable'))
// Vue.js
print(this.$refs.printable.$el)
Join and support our Community
Web and Mobile Developers PH
[ Facebook Page | Group ]
我々のコミュニティウェブとモバイル開発者PHに参加して、支えてください
Reference
この問題について(任意のフロントエンドフレームワークのHTMLページの特定の領域/要素を出力する), 我々は、より多くの情報をここで見つけました
https://dev.to/trinly01/prints-a-specific-area-element-of-your-html-page-for-any-frontend-framework-2jgk
テキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol
Reference
この問題について(任意のフロントエンドフレームワークのHTMLページの特定の領域/要素を出力する), 我々は、より多くの情報をここで見つけました https://dev.to/trinly01/prints-a-specific-area-element-of-your-html-page-for-any-frontend-framework-2jgkテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol