The EBI Visual Framework v1.4
The 1.x version of the Framework is at its end of life. You should only use 1.4 project if you have an existing 1.x project. For new project you should use 2.0, which can be used along side 1.x code.
What's new in v1.4?
See a full overview of changes in v1.4 in issue 162.
Upgrading?
Your current version | Effort required | What you'll get |
---|
v1.1 | 1-2 hours | Better performance, a more functional design |
v1.2 | minutes | Better performance, more design flexibility |
v1.3 | minutes | Alignment with the VF 2.0 |
Details on upgrading
About the EBI Visual Framework
This project helps ensure brand consistency and the easy use of modern web design best practices -- such as responsive design, iterative maintenance cycles, and UX-tested patterns.
Outreach
Not all developers are in the same place, so we plan make use of multiple channels:
Deploying with npm
Releases are available via npm at https://www.npmjs.com/package/ebi-framework
Developing locally
- Edit any CSS or JS and build with
npm run scss
and npm run js
- Serve index.html
npm install -g browser-sync
browser-sync start --files index.html --server
OR:browser-sync start --files local-dev.html --server