0.1.0 • Published 9 years ago
grifols-tfg v0.1.0
grifols-tfg
wiki uss
Prerequisites
Before you start using this development framework, make sure you have installed all required software and done all the necessary configuration, see this page.
Building and running
1 Install dependencies
npm install2 Fast build and watch for dev purposes
npm start
startscript also includes live reload and watchers for all the.tsfiles. TypeScript watchers are also configured fornode_modulesfolder within demo shell and provide live reload for all the component libraries as well.
i18n support
To support a new language you need to create your language file (.json) and add it to i18n/ folder.
{
"username" : "Username",
"input-required-message": "Required",
"input-min-message": "Your username needs to be at least 4 characters.",
"login-button": "Login"
}Directory structure:
.
├── i18n/
│ ├── en.json
│ ├── it.json
│ └── fr.jsonHistory
For detailed changelog, check Releases.
Contributors
0.1.0
9 years ago