You can do it with Calibre, specifically with the ebook-viewer program that comes with it. However, for some reason, the packagers didn’t ship a desktop file to accompany it, so you can’t just double-click on ebooks and have them open correctly. This can be corrected by placing an ebook-viewer.desktop file in ~/.local/share/applications:
[Desktop Entry]
Version=1.0
Name=Ebook Viewer
Comment=Display .epub files and other e-book formats
Type=Application
Terminal=false
Icon=calibre
Exec=ebook-viewer %f
StartupWMClass=ebook-viewer
MimeType=application/x-mobipocket-ebook;application/epub+zip;
Categories=Graphics;Viewer;