Open Command Line
cd to Root Folder of VaadinTouchkitAppName
cmd> mvn package
cmd>mvn jetty:run
Open Web Browser
htp://localhost:8080/VaadinTouchkitAppName
Vaadin TouchKit - How to run
Related Posts:
Vaadin 7 - SCSS - Import Custom CSSInstead of a CSS file, provide a styles.scss file under /VAADIN/themes/<name> (in your case, the name is "custom"). The code below is just an example: 1 @import "../reindeer/styles.css"; 2 @import "../YOUR_… Read More
Joomla 3.x. - How to edit registration page Changing registration form fields titles In order to change Registration page title, follow the steps below: Log into your Joomla admin panel. Open User Registration menu item under Menus > System Menu tab: Ch… Read More
Common BPMN modeling mistakes: Swimlanes By Gregor Polancic In BPMN terminology a “Swimlane” represents both primary grouping BPMN elements – Pools and Lanes. Pools A pool is a basic BPMN element that sets th… Read More
Virtuemart - Change the content of the Terms of ServiceAdministrator > Virtuemart > Shop Going down you will see big text area for "Terms Of Service"… Read More
Joomla - How to easily add Javascript snippets If you're into analyzing the traffic of your Joomla website (as you should be IMHO), you will probably need to add some tracking software to your site. The most obvious one is Google Analytics. Other choices… Read More
0 comments:
Post a Comment