Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.39 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.39 KB

In development, it will take around a month for something useful to appear here!

Fully finished component list will be updated, when it needs to be updated.

Fully ready components

  • Buttons (primary, secondary, danger, success, disabled)
  • Small Buttons (primary, secondary, danger, success, disabled)

Components in development

  • Header
  • Horizontal menu
  • Vertical left menu
  • Footer

since the current front-end is out-of-date for like 2 years, we need new, now!

Front-end is written for this design

How to change and build new style file

  1. NodeJS and npm/yarn is needed
  2. download
  3. yarn install or npm install
  4. encore dev --watch
  5. edit what You need
  6. validate what You did by importing this style file to Your webpage
  7. encore production
  8. copy the main.css file from public/build/css/main.css to Your project
  9. This project also supports asset versioning public/build/manifest.json
  10. Have fun.
  11. Oh, and You are also allowed to implement this code fully to Your project also, asset building and editing can be automated.

frontend framework used here

https://symfony.com/doc/current/frontend.html

All the links above are found from https://veera.eesti.ee/ also, except encore, it is used for building frontend olny!