-
Notifications
You must be signed in to change notification settings - Fork 3k
快速开始
zhōuhào edited this page Jan 17, 2018
·
3 revisions
项目开发中,hsweb
并不推荐你将整个hsweb-framework
拉下来在上面加代码.我们更推荐你使用maven的方式依赖hsweb的各个组件.
hsweb暂未上传到中央仓库,请在pom中添加私服来引入hsweb:
<repositories>
<repository>
<id>hsweb-nexus</id>
<name>Nexus Release Repository</name>
<url>http://nexus.hsweb.me/content/groups/public/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
你可以参照 demo 来使用hsweb
你还可以在 start.hsweb.io 在线选择你想要的功能,来生成基础项目.