Skip to content

durandx/focus-api-archetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

focus-api-archetype

Archetype/StarterKit vertigo.io for FocusJS

Archetype installation in your local repository

mvn clean install

Once the archetype installed, the archetype is usable and the project can be generated:

Vertigo/FocusJS Project initialization:

mkdir myProject
cd myProject
mvn archetype:generate -DarchetypeCatalog=local

Choose io.vertigo:focus-api-archetype (focus-api-archetype) Define groupId, artifactId, version, package, artifactIdUpper, className

git clone https://github.com/KleeGroup/focus-starter-kit.git
mv ${artifactId} api
mv focus-starter-kit ui
mv api/pomParent.xml pom.xml
mv api/pomUi.xml ui/pom.xml
cd ui
npm install

#Done

About

Archetype/StarterKit vertigo.io for FocusJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors