fbraem / kwai-vite

The vitejs version of kwai-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kwai-vite

Kwai-vite is part of the Kwai system. The ultimate goal of Kwai is to manage a (sports)club. The focus is currently on judo sport (Kwai means Japanese), but one day it will be possible to add other sports.

Kwai-vite is the successor of kwai-ui. Instead of Webpack, vite is used.

Kwai is a greenfield project. As long as there is no official release, everything can change. Although there is still a lot to do, kwai is already used in production for our club but that is no guarantee that it will work for you...

Kwai-vite is a Single Page Application (SPA) written with vue 3.x and tailwindcss as its main components.

Currently, only news, pages and trainings are supported.

Note : At the moment only the nl locale (Dutch) is supported.

Installation

  • You need npm to generate the website.
  • Clone this repository and install all dependencies using npm.
  • Copy /config/config.dist.toml to /config/config.toml and update it according to your configuration.
  • The theme that is included is for our judo club. You can create your own, and change the @theme alias in vite.config.js.
  • Run npm run dev to test the website
  • Run npm run build to build the website. Upload the dist folder to your host.

Credits

About

The vitejs version of kwai-ui

License:MIT License


Languages

Language:Vue 73.0%Language:JavaScript 26.7%Language:HTML 0.4%Language:CSS 0.0%