Skip to content
/ Wooder Public

Localizable strings management tool for mobile app development.

Notifications You must be signed in to change notification settings

MuShare/Wooder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wooder Build Status

Wooder is an i18n resource management system for mobile application development. Without Wooder, the project managers, designers and developers should manage the i18n resources include strings and icons manually. With Wooder, the project managers and designers can manage the i18n resources with a Web application, and the developers can pull the i18n resources from the server to the IDE (Xcode and Android Studio) automatically.

Run the Project

This project needs JDK 11, maven 3.6 and node.js 11.14.

brew install maven
brew install node
npm install -g @vue/cli

Run the backend project with maven.

mvn package
mvn --projects backend spring-boot:run

Debug mode for the frontend module.

cd frontend/
npm run serve

About

Localizable strings management tool for mobile app development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published