• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

MaterialPrime/material-prime: MaterialPrime: Material design with PrimeFaces

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

MaterialPrime/material-prime

开源软件地址(OpenSource Url):

https://github.com/MaterialPrime/material-prime

开源编程语言(OpenSource Language):

JavaScript 53.6%

开源软件介绍(OpenSource Introduction):

MaterialPrime: Material design with PrimeFaces. Build Status

MaterialPrime is new JSF project built with PrimeFaces. It helps you create JSF applications that follows the Google Material Design guidelines. It's based on MaterializeCSS library.

The work on MaterialPrime is funded by the community. Just check the project page on Patreon.

If you want to contribute to the project, just fork our GitHub repository, or simply contact me at francesco.strazzullo86@gmail.com! :D

Setup

Stable Version

You can use Jitpack to use MaterialPrime. Just add this repository:

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

Now just add the dependency to the pom.xml file.

<dependency>
    <groupId>com.github.MaterialPrime</groupId>
    <artifactId>material-prime</artifactId>
    <version>v0.0.2</version>
</dependency>

To use MaterialPrime in a JSF page, just add the namespace on the top of the page

<html xmlns="http://www.w3.org/1999/xhtml"
	xmlns:mp="http://primefaces.org/ui/material"
	xmlns:p="http://primefaces.org/ui">

If you're using Gradle just follow the guide here.

You can also download the last stable jar file.

Bleeding Edge

If you want the last unstable version of MaterialPrime, you need to change the dependency like this:

<dependency>
    <groupId>com.github.MaterialPrime</groupId>
    <artifactId>material-prime</artifactId>
    <version>develop-SNAPSHOT</version>
</dependency>

Custom build

If you want to use a jar file of MaterialPrime you need maven to build it:

git clone https://github.com/MaterialPrime/material-prime.git
cd material-prime
mvn package

Enjoy! :)




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap