简体   繁体   中英

Meteor with Zurb Foundation For Apps

Im fairly new to programming. I am using Meteor and AngularJS for a new web application. However, I want to be able to use the elements/css that 'Zurb Foundation For Apps' uses...

I know how to use Bootstrap by using this in the cmd:

$ meteor add twbs:bootstrap

But I cannot find, nor understand how I would use Zurb Foundation For Apps?

Try

meteor add matthew:foundation5-sass

https://atmospherejs.com/matthew/foundation5-sass

or

meteor add nsmeta:zurb-foundation

https://atmospherejs.com/nsmeta/zurb-foundation

You can find more meteor zurb related packages here.

https://atmospherejs.com/?q=zurb

It looks like Zurb has no official meteor package released but luckily other people have made their own packages(links above)...hopefully they keep them updated :)

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