简体   繁体   中英

FontAwesome Pro using Libman

How can I use FontAwesome Pro using Libman in Visual Studio?

I have access to the following, cdnjs, jsdelivr and unpkg, also file system, but the latter is not ideal.

Where would I put the pro licence key? Is this even supported?

LibMan doesn't use NPM registries directly (as it's using the CDNs mentioned in your question), so it doesn't have a way to authenticate and download the FontAwesome Pro assets.

You could use an NPM based package manager (NPM, Yarn, etc) and configure it as documented here to get the FontAwesome packages, then you could use the LibMan filesystem provider to place the assets where you want them within your project.

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