简体   繁体   中英

how to adding framework7 in ionic2

How can I use framework7 in ionic2 project?

I install framework7 in the my ionic2 project:

npm i framework7 --save

What I want to do is to add the typescript definition to the project from this link

But I am not sure how to do that.

You can manually copy the file or use a tool like Typings .

typings install framework7=github:JasonKleban/Framework7.d.ts/framework7.d.ts#e31bad1d988d0471e2edcd17d8fa1fbf6d3a62b8/ --global --save

You could also open up an issue to the author to contribute the file to DefinitelyTyped.

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