Canopas Website

screenshot of Canopas Website
vite
vue
tailwind

Responsive website built with Vue.js and vite by following best practices.

Overview:

Canopas Software Website is an open-source project that aims to keep its code repository up-to-date with the latest technologies and best practices. The website utilizes Server Side Rendering (SSR) to enhance performance by rendering the UI on the server side. The project requires Node 18 and Go 1.17 as dependencies.

Features:

  • Server Side Rendering: Improves performance by rendering the UI on the server side.
  • Front-end Development: Allows installation of dependencies, running Vue server, and compiling/minifying for production.
  • Back-end Development: Guides on starting the Go server and accessing APIs at http://localhost:8080.
  • Go Modules: Demonstrates initialization of go modules, adding packages to the project, and syncing dependencies.
  • Unit Testing in Golang: Provides instructions for writing unit tests in Golang and cleaning test cache.
  • APIs Reference: Lists the APIs used in the website.
  • Pre-commit Hook: Explains how to enable the pre-commit hook for the project.

Summary:

Canopas Software Website is an open-source project that utilizes Server Side Rendering and aims to keep its code repository up-to-date with the latest technologies and best practices. The project provides instructions for front-end and back-end development, including installation, server setup, and API reference. Additionally, it explains how to write unit tests in Golang and enable a pre-commit hook for the project.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.