简体   繁体   中英

Prettier to format string vars

I need a code editor to display and edit html code in my vue.js project. I have the html codes in DB and I need to format it before displays. I know prettier can do that with function prettier.format() but I am unable to achieve that. If any one knows how to do this or another way or technology would be appreciated.

PS: Only found how to format.vue files but no how to use prettier.format in browser.

This documentation page describes how to use Prettier in the browser: https://prettier.io/docs/en/browser.html

Feel free to ask questions in the comments if something isn't clear there.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM