elements icon indicating copy to clipboard operation
elements copied to clipboard

Integration with others projects

Open ponsfrilus opened this issue 3 years ago • 0 comments

User story

As a developer, When I create a website, I want to easily install elements (npm i epfl-elements), So I can integrate with it in my project.

About

While the main use case of this package is to set the visual identity of the WordPress sites of EPFL, there are several use case outside WordPress (most of them being EPFL services' websites). While the recommended way to use it is to hot link or include assets (see https://web2018.epfl.ch and https://github.com/epfl-si/epfl-theme-elements/wiki/Web2018-CDN), advanced users want a way to use it without any bridles and be able to anticipate and test any changes that might occur.

Some more detailed examples

  • I want to be able to redefine all variables of 'epfl-elements' and/or 'bootstrap' in my own code
  • I want to be able to use sass in my own code
  • I want to be able to build and process everything with webpack
  • I want to be able to manage 'epfl-elements' version in my project
  • I want to be able to have an un-minified version (dev/prod)
  • I want to have a online documentation that explain how to do it
  • I don't want to have the whole "demo" site with my package

ponsfrilus avatar Jul 20 '21 09:07 ponsfrilus