forked from Ivasoft/geovisio-website
1.3 KiB
1.3 KiB
GeoVisio Website hands-on guide
Welcome to GeoVisio Website documentation ! It will help you through all phases of setup, run and develop on GeoVisio Website.
Note that this only covers the Website / front-end component, if you're looking for docs on another component, you may go to this page instead.
Also, if at some point you're lost or need help, you can contact us through issues or by email.
Architecture
The website relies on the following technologies and components:
- Frontend website made in Vue 3
- Project use Vite who offer a fast development server and an optimized compilation for production (like webpack)
- The style is made with CSS/SASS and the bootstrap library
- Typescript used to type
- Jest used for unit testing
All the docs
You might want to dive into docs :
